guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: gnuastro: Update to 0.19.


From: guix-commits
Subject: 01/06: gnu: gnuastro: Update to 0.19.
Date: Tue, 25 Oct 2022 02:42:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d6f11bec0f60c73ac69732b49f5f1ac8a5d4b2b0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 21:40:11 2022 +0300

    gnu: gnuastro: Update to 0.19.
    
    * gnu/packages/astronomy.scm (gnuastro): Update to 0.19.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c491f63863..dd27f4e530 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -518,7 +518,7 @@ astronomical image-processing packages like Drizzle, Swarp 
or SExtractor.")
 (define-public gnuastro
   (package
     (name "gnuastro")
-    (version "0.18")
+    (version "0.19")
     (source
      (origin
        (method url-fetch)
@@ -526,7 +526,7 @@ astronomical image-processing packages like Drizzle, Swarp 
or SExtractor.")
                            version ".tar.lz"))
        (sha256
         (base32
-         "1y9ig2kkwiwl0rmp9ip9n83fyjjpg2cc2pxzvdzr8rysq5az357y"))))
+         "192q3i4zlfmwfcchlf9lnpfgys9dssh7npr5qx0gzn3d2fri0xbz"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]