guix-patches
[Top][All Lists]
Advanced

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

[bug#66412] [PATCH 15/20] gnu: python-stdatamodels: Update to 1.8.3.


From: Sharlatan Hellseher
Subject: [bug#66412] [PATCH 15/20] gnu: python-stdatamodels: Update to 1.8.3.
Date: Mon, 9 Oct 2023 00:40:17 +0100

* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.8.3.
---
 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 ee15394ed7..7d54b4cb58 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2584,13 +2584,13 @@ (define-public python-stcal
 (define-public python-stdatamodels
   (package
     (name "python-stdatamodels")
-    (version "1.8.0")
+    (version "1.8.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "stdatamodels" version))
               (sha256
                (base32
-                "003h3f07aqf6s24ivwnps81n2h51k545b236s75l8ppvjrm45xfq"))))
+                "0265xa9nrp6qp1z7v9kmnd3c8jc0dad2vzin657clk3rrsj2qll5"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-- 
2.41.0






reply via email to

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