sharlatan pushed a commit to branch master
in repository guix.
commit e86353aa3b07d4215d0246918bea036f213c17e2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Dec 16 19:18:24 2023 +0000
gnu: python-reproject: Update to 0.13.0.
* gnu/packages/astronomy.scm (python-reproject): Update to 0.13.0.
Change-Id: Id7dea0bc9c5bd7c3e65baad26b72a94d77c31165
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d2b6d43b78..49e7e64353 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2320,13 +2320,13 @@ Virtual observatory (VO) using Python.")
(define-public python-reproject
(package
(name "python-reproject")
- (version "0.12.0")
+ (version "0.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "reproject" version))
(sha256
- (base32 "1cjdfv7wd4c0ia63vqakxf9w8hd5dfz6jzi520scd37rliy1xgld"))))
+ (base32 "1qkjbx8xsawhi1gjzqimais3crvkwgbzy1pr51x6anjjln88rgll"))))
(build-system pyproject-build-system)
(arguments
(list