diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-21 17:07:34 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:45 +0000 |
commit | 0e199a3113d67ddc646dbf9b7ea545bee8038d8c (patch) | |
tree | 4bc782a4f27f4736379c1a7ad4615cadb12dafdd /gnu/packages/astronomy.scm | |
parent | 36706bbf1df323eaffaa8fc87987369676eb51cc (diff) | |
download | guix-0e199a3113d67ddc646dbf9b7ea545bee8038d8c.tar.gz guix-0e199a3113d67ddc646dbf9b7ea545bee8038d8c.zip |
gnu: python-reproject: Update to 0.14.1.
* gnu/packages/astronomy.scm (python-reproject): Update to 0.14.1.
Change-Id: I4d354d42193933cb50440383a544d25f9418749b
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d4e3f3d5e1..ddfd9de9c0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4388,13 +4388,13 @@ PSF} describing how the optical system spreads light from sources.") (define-public python-reproject (package (name "python-reproject") - (version "0.14.0") + (version "0.14.1") (source (origin (method url-fetch) (uri (pypi-uri "reproject" version)) (sha256 - (base32 "1h5v74da32ai9dkhcdn3xx4h05awlxhhnrsdjj1sb644c1vlyg6x")))) + (base32 "0yg5dga054xdwsx75q204h04gmrw0mgayc74l4rpymcbkckymj2k")))) (build-system pyproject-build-system) (arguments (list |