guix-commits
[Top][All Lists]
Advanced

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

03/20: gnu: python-gwcs: Update to 0.18.3.


From: guix-commits
Subject: 03/20: gnu: python-gwcs: Update to 0.18.3.
Date: Thu, 25 May 2023 20:39:53 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 6a7c842cf97f36046f0ab1983fa739e90bd578ee
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 24 22:51:37 2023 +0100

    gnu: python-gwcs: Update to 0.18.3.
    
    * gnu/packages/astronomy.scm (python-gwcs): Update to 0.18.3.
    
    Signed-off-by: Vinicius Monego <monego@posteo.net>
---
 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 fcc05d4e73..d450460551 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3034,13 +3034,13 @@ install an implementation package such as gwcs.")
 (define-public python-gwcs
   (package
     (name "python-gwcs")
-    (version "0.18.2")
+    (version "0.18.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gwcs" version))
        (sha256
-        (base32 "0v9qcq6zl74d6s882s6xmas144jfalvll6va8rvrxmvpx4vqjzhg"))))
+        (base32 "0mgyk5mgmj242g8nl7glcj689vry3ncwf04b8q3hasjcc9bs0rm4"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-jsonschema



reply via email to

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