me
/
guix
Archived
1
0
Fork 0

gnu: gnuastro: Update to 0.20

* gnu/packages/astronomy.scm (gnuastro: Update to 0.20

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2023-06-10 00:53:41 -07:00 committed by Christopher Baines
parent 1798c02638
commit 94020f90f9
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -651,7 +651,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
(define-public gnuastro
(package
(name "gnuastro")
(version "0.19")
(version "0.20")
(source
(origin
(method url-fetch)
@ -659,7 +659,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
version ".tar.lz"))
(sha256
(base32
"192q3i4zlfmwfcchlf9lnpfgys9dssh7npr5qx0gzn3d2fri0xbz"))))
"05bkad0xbax9k0m2g2507mdmjg2109sfg72dsx16f44yj55llh2n"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))