~ruther/guix-local

bca183e092b1d428449a11f03be941d4718dc504 — Andy Tai 3 months ago 853501a
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -2
@@ 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")))