diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-16 23:28:52 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-31 21:04:09 +0100 |
commit | 84f1999beea97c333c5fc2c9c2aaba4af8de7d6c (patch) | |
tree | 5e6eb92044153a1f2c4d402c5e174b15ad9f6f5c | |
parent | f791ecaf43abe324bd33f3771ae2522713f6f6d2 (diff) |
gnu: python-pixell: Update to 0.28.4.
* gnu/packages/astronomy.scm (python-pixell): Update to 0.28.4.
Change-Id: I3949b5dd80e0bdef495b6e4e73a4b6f848dfba57
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files 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 |