guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68641] [PATCH 06/19] gnu: python-drms: Update to 0.7.1.


From: Sharlatan Hellseher
Subject: [bug#68641] [PATCH 06/19] gnu: python-drms: Update to 0.7.1.
Date: Sun, 21 Jan 2024 16:53:46 +0000

* gnu/packages/astronomy.scm (python-drms): Update to 0.7.1.

Change-Id: I3744efa8c87db7fcb743bf8dca4ec6a437a82951
---
 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 88d6129de5..147af695be 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1941,13 +1941,13 @@ (define-public python-czml3
 (define-public python-drms
   (package
     (name "python-drms")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "drms" version))
        (sha256
-        (base32 "0smc39nndxqbznjcpnylsag1sc2ksfjhxh4dwiqbki8q6v5ahx84"))))
+        (base32 "01q00zwpbhik9lgbc42z6q791ybxc41rxgrj04fpcfkl3hcl0nyr"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-astropy
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]