diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-11 11:23:55 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:10 +0100 |
commit | fe5d0b5733870bc1e4771d17928d480b575d2c95 (patch) | |
tree | e4234670e03f652533467e113905ad143741f1b6 | |
parent | fcb8ee4548c6e20d48ba7df5255460ecee3fedc5 (diff) | |
download | guix-fe5d0b5733870bc1e4771d17928d480b575d2c95.tar.gz guix-fe5d0b5733870bc1e4771d17928d480b575d2c95.zip |
gnu: python-astropy-healpix: Update to 1.0.3.
* gnu/packages/astronomy.scm (python-astropy-healpix): Update to 1.0.3.
Change-Id: Iffc1d537bd8b3ec10fbb5ddb7c2fd6251813ccde
-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 7b915fe6f4..f1a2fbf050 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1654,13 +1654,13 @@ astronomy and astrophysics.") (define-public python-astropy-healpix (package (name "python-astropy-healpix") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) (uri (pypi-uri "astropy_healpix" version)) (sha256 - (base32 "0fij80ws16xzbph8z9v27w54dnc3vry8fk9p3mvxrglnjgnscvq5")))) + (base32 "0ilpwwvdnd4nchivwnbiy1hl07hd2mdg4wb90r2p05kvr5z2lpfy")))) (build-system pyproject-build-system) (arguments (list |