mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: gnuastro: Update to 0.13.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.13.
This commit is contained in:
parent
45231d1758
commit
2e5fef86d3
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ (define-public wcslib
|
|||
(define-public gnuastro
|
||||
(package
|
||||
(name "gnuastro")
|
||||
(version "0.12")
|
||||
(version "0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -136,7 +136,7 @@ (define-public gnuastro
|
|||
version ".tar.lz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ypk1c72q778cixfa52vjxzbd5m4qc6hfjgnipy16sfa7mnspmyf"))))
|
||||
"07di6zx2irc5q0zyymx2951ydzxdfjmzd3az5qnk67ncf3hknvj5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue