guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnuastro: Update to 0.15.


From: guix-commits
Subject: branch master updated: gnu: gnuastro: Update to 0.15.
Date: Mon, 31 May 2021 02:49:58 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 221141c  gnu: gnuastro: Update to 0.15.
221141c is described below

commit 221141ca70c3692ff505602b08e05e8fe55407f2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 31 09:44:47 2021 +0300

    gnu: gnuastro: Update to 0.15.
    
    * gnu/packages/astronomy.scm (gnuastro): Update to 0.15.
---
 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 6d1c4dd..c4a6869 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -228,7 +228,7 @@ astronomical image-processing packages like Drizzle, Swarp 
or SExtractor.")
 (define-public gnuastro
   (package
     (name "gnuastro")
-    (version "0.14")
+    (version "0.15")
     (source
      (origin
        (method url-fetch)
@@ -236,7 +236,7 @@ astronomical image-processing packages like Drizzle, Swarp 
or SExtractor.")
                            version ".tar.lz"))
        (sha256
         (base32
-         "1xp6n42qxv0x6yigi2w2l5k8006smv27lhrcssysgsvzbydghzg5"))))
+         "1jjr3ixxbpsr5m4s7ahh12ymcnlvjzwcp02ya16b1lvzrz1wmhy4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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