diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-07 08:16:54 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:15 +0000 |
commit | 7eea67cee58e5412d6f31090c1ab75c7897f29aa (patch) | |
tree | a5b66ed1e23aa98777f74530db410d46d62322a9 /gnu | |
parent | 06648cd12ed3275e3d3ed19973712622a9add55d (diff) | |
download | guix-7eea67cee58e5412d6f31090c1ab75c7897f29aa.tar.gz guix-7eea67cee58e5412d6f31090c1ab75c7897f29aa.zip |
gnu: python-astropy: Update to 6.1.4.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.4.
Change-Id: I255426bf289d3e39dd2a39c40787b90e97452906
Diffstat (limited to 'gnu')
-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 fad80e8ff0..6f8b2c10f4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2732,13 +2732,13 @@ objects.") (define-public python-astropy (package (name "python-astropy") - (version "6.1.3") + (version "6.1.4") (source (origin (method url-fetch) (uri (pypi-uri "astropy" version)) (sha256 - (base32 "0w09fn7zy2nr5pvvqwmi3s3cm3y5pzxpn7wldz7bbxn1xp6k9j4s")) + (base32 "0d0cnqm0p00ap8wys5jcg9h958c6mizx87wzwvmrpackn3i5h59n")) (modules '((guix build utils))) (snippet '(begin |