guix-commits
[Top][All Lists]
Advanced

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

09/27: gnu: python-asdf-3.0: Update to 3.0.1.


From: guix-commits
Subject: 09/27: gnu: python-asdf-3.0: Update to 3.0.1.
Date: Sat, 18 Nov 2023 20:57:47 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 1fbab53723371f860e0643bc6e3d5d02a4de6236
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 17 12:15:53 2023 +0000

    gnu: python-asdf-3.0: Update to 3.0.1.
    
    * gnu/packages/astronomy.scm (python-asdf-3.0): Update to 3.0.1.
    
    Change-Id: Icd6e1c048cad82d5cad25c5638b8300f438116b0
    Signed-off-by: Eric Bavier <bavier@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 ed68bd483a..522d62a05e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3765,13 +3765,13 @@ between image and reference catalogs. Currently only 
aligning images with
 (define-public python-asdf-3.0
   (package
     (name "python-asdf")
-    (version "3.0.0")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "asdf" version))
        (sha256
-        (base32 "1a6lf75q9w8fsyq3hn6a7fyldkkyqxddlq21fwdfjwij40dzh3s8"))))
+        (base32 "1jsk7b4mx04l0a08j832vnl309dba3gjnha9mbd61dzs9ridrfna"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-fsspec



reply via email to

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