diff mbox series

[bug#67915,20/32] gnu: python-reproject: Update to 0.13.0.

Message ID 9b0e95d6d9607440dcfa2c59e776e1c2d1a39ffd.1703031694.git.sharlatanus@gmail.com
State New
Headers show
Series gnu: Astronomy 2023/12 updates. | expand

Commit Message

Sharlatan Hellseher Dec. 20, 2023, 12:53 a.m. UTC
* 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 mbox series

Patch

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 @@  (define-public python-regions
 (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