guix-commits
[Top][All Lists]
Advanced

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

19/46: gnu: python-jwst: Update to 1.13.4.


From: guix-commits
Subject: 19/46: gnu: python-jwst: Update to 1.13.4.
Date: Tue, 27 Feb 2024 17:55:15 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 85da7019883cec6e2ca5c9a94c09a840f2e41079
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 22:14:44 2024 +0000

    gnu: python-jwst: Update to 1.13.4.
    
    * gnu/packages/astronomy.scm (python-jwst): Update to 1.13.4.
    
    Change-Id: Ib076eb063b316be391efbb47b4e9c8b080e78e27
---
 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 2e809c6749..bec314f57b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3686,13 +3686,13 @@ milliarcsecond).")
 (define-public python-jwst
   (package
     (name "python-jwst")
-    (version "1.12.5")
+    (version "1.13.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "jwst" version))
               (sha256
                (base32
-                "0blrl00lz1snhcnr7j59nh05rnpqxdnfp8hhgagkr50h85q4smrn"))))
+                "0n5cfjayg15kf5p6pns7k2zfcldqz1464ndbldgzanc33fp9wnfz"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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