guix-patches
[Top][All Lists]
Advanced

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

[bug#67237] [PATCH 04/32] gnu: python-asdf-3.0: Update to 3.0.1.


From: Sharlatan Hellseher
Subject: [bug#67237] [PATCH 04/32] gnu: python-asdf-3.0: Update to 3.0.1.
Date: Fri, 17 Nov 2023 12:15:53 +0000

* gnu/packages/astronomy.scm (python-asdf-3.0): Update to 3.0.1.

Change-Id: Icd6e1c048cad82d5cad25c5638b8300f438116b0
---
 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 @@ (define-public python-tweakwcs
 (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
-- 
2.41.0






reply via email to

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