me
/
guix
Archived
1
0
Fork 0

gnu: gnuastro: Update to 0.16.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.16.
master
Efraim Flashner 2021-10-12 08:26:04 +03:00
parent 0105f33a4d
commit b224cf8a0d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
(define-public gnuastro
(package
(name "gnuastro")
(version "0.15")
(version "0.16")
(source
(origin
(method url-fetch)
@ -301,7 +301,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
version ".tar.lz"))
(sha256
(base32
"1jjr3ixxbpsr5m4s7ahh12ymcnlvjzwcp02ya16b1lvzrz1wmhy4"))))
"07xr0r5dmjpnrz7ylf7k3vmjjna2jafi16lfvkqwxj9fyssmz207"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))