mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: gnuastro: Update to 0.24.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.24. Change-Id: If02e9abb4bee883fa65592c6e5497a0a613981f2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
853501a25d
commit
bca183e092
1 changed files with 2 additions and 2 deletions
|
|
@ -1201,7 +1201,7 @@ different kinds of input files.")
|
|||
(define-public gnuastro
|
||||
(package
|
||||
(name "gnuastro")
|
||||
(version "0.22")
|
||||
(version "0.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -1209,7 +1209,7 @@ different kinds of input files.")
|
|||
version ".tar.lz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15rljx1mx9dyvni17qpj7y9gv086cvmjf9f5j34m1pbiyn989fqz"))))
|
||||
"0z2i5cx4wx1m90nyg98f653gwdil86mi0w55sg8rick4rg2a9ifz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue