diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-11 10:57:23 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:06 +0100 |
commit | 3067eb8d605e1085e03fc25a8f6d852d264d3d86 (patch) | |
tree | 6202687e2121837036cb74a5991dc481c466b31a /gnu | |
parent | a1ffa8a69bbce0beccca0e5183bdf771cdc166ba (diff) | |
download | guix-3067eb8d605e1085e03fc25a8f6d852d264d3d86.tar.gz guix-3067eb8d605e1085e03fc25a8f6d852d264d3d86.zip |
gnu: cfitsio: Update to 4.4.0.
* gnu/packages/astronomy.scm (cfitsio): Update to 4.4.0.
Change-Id: Iac79d04b1cfb59038578939266bc4b948fb3c908
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 5bd681cc15..a3690c758f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -451,7 +451,7 @@ with namespaces, exception handling, and member template functions.") (define-public cfitsio (package (name "cfitsio") - (version "4.3.1") + (version "4.4.0") (source (origin (method url-fetch) @@ -459,7 +459,7 @@ with namespaces, exception handling, and member template functions.") "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/" "cfitsio-" version ".tar.gz")) (sha256 - (base32 "1gk2a07ypmc8rcngakcarprznq7hi3xr9szfv3hy2yv80ppci9s7")))) + (base32 "1abb4ky6pjyi9f9ly8qjmkb5h25d5xxqlrxrgjg86q77bbwhr44m")))) (build-system gnu-build-system) (arguments (list |