guix-commits
[Top][All Lists]
Advanced

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

11/27: gnu: python-crds: Update to 12.0.9.


From: guix-commits
Subject: 11/27: gnu: python-crds: Update to 12.0.9.
Date: Wed, 29 Jan 2025 18:05:00 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 9f0ca1578effc89b11f33a7ba4c0a4fb43d28401
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jan 17 08:02:43 2025 +0000

    gnu: python-crds: Update to 12.0.9.
    
    * gnu/packages/astronomy.scm (python-crds): Update to 12.0.9.
    
    Change-Id: I107a874f3e2c8d9a7e019fc592c8d67d1d4f2810
---
 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 1cb57aa09f..5ad39ff879 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2146,13 +2146,13 @@ cosmological parameters e.g. redshift or 
luminosity-distance.")
 (define-public python-crds
   (package
     (name "python-crds")
-    (version "12.0.8")
+    (version "12.0.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "crds" version))
        (sha256
-        (base32 "09kdpaywj88n31jard4wbqmb9132qf6fk0ar2z6ca9vswavivfk8"))))
+        (base32 "0cf6pr6lixqhmvig9ajhh68yd1ri7dninamakvs728mjd5nswmw3"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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