sharlatan pushed a commit to branch master
in repository guix.

commit 84f1999beea97c333c5fc2c9c2aaba4af8de7d6c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 16 23:28:52 2025 +0000

    gnu: python-pixell: Update to 0.28.4.
    
    * gnu/packages/astronomy.scm (python-pixell): Update to 0.28.4.
    
    Change-Id: I3949b5dd80e0bdef495b6e4e73a4b6f848dfba57
---
 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 91a5d84d34..2ba6e0bbdc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3561,13 +3561,13 @@ on:
 (define-public python-pixell
   (package
     (name "python-pixell")
-    (version "0.28.0")
+    (version "0.28.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pixell" version))
        (sha256
-        (base32 "11xd0ld329vr3spg5nzszn0bxzahnvkrh2akkd7qff33ndf75hkk"))))
+        (base32 "1li6gcplqi1az9hf6kl1gsykdrrf62wra91n17r97s041hj70n3a"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list gfortran

Reply via email to