guix-commits
[Top][All Lists]
Advanced

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

12/47: gnu: python-astropy-iers-data: Update to 0.2024.4.15.2.45.49.


From: guix-commits
Subject: 12/47: gnu: python-astropy-iers-data: Update to 0.2024.4.15.2.45.49.
Date: Tue, 30 Apr 2024 16:42:40 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 6008e256f8e220deb8213b8155110c3deedb5051
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Apr 4 08:25:21 2024 +0100

    gnu: python-astropy-iers-data: Update to 0.2024.4.15.2.45.49.
    
    * gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 
0.2024.4.15.2.45.49.
    
    Change-Id: Iaf902a0f506f149682868d0df0710d400b21f7e6
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ab814299d7..c5355e463c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1696,13 +1696,13 @@ astronomy and astrophysics.")
     ;; In case of changing the source method git-fetch, consider to check the
     ;; tag as it's not following the PyPI version, see
     ;; <https://github.com/astropy/astropy-iers-data/issues/17>.
-    (version "0.2024.3.18.0.29.47")
+    (version "0.2024.4.15.2.45.49")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "astropy-iers-data" version))
+       (uri (pypi-uri "astropy_iers_data" version))
        (sha256
-        (base32 "1mf03iqw09rp6d8hbby33f4jwfjan9gkb1z7xqsjr2jpj7zwpn3y"))))
+        (base32 "15wran1d5bw1mm3xl3ibp6i5aa7icj9p6g1mqcyp596qmdjnm8wp"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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