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.13.


From: guix-commits
Subject: branch master updated: gnu: gnuastro: Update to 0.13.
Date: Mon, 07 Sep 2020 03:01:28 -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 2e5fef8  gnu: gnuastro: Update to 0.13.
2e5fef8 is described below

commit 2e5fef86d32abb831f35c7df1bf93cbf580d02d9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 7 09:28:22 2020 +0300

    gnu: gnuastro: Update to 0.13.
    
    * gnu/packages/astronomy.scm (gnuastro): Update to 0.13.
---
 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 f134f08..785d281 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -128,7 +128,7 @@ header.")
 (define-public gnuastro
   (package
     (name "gnuastro")
-    (version "0.12")
+    (version "0.13")
     (source
      (origin
        (method url-fetch)
@@ -136,7 +136,7 @@ header.")
                            version ".tar.lz"))
        (sha256
         (base32
-         "0ypk1c72q778cixfa52vjxzbd5m4qc6hfjgnipy16sfa7mnspmyf"))))
+         "07di6zx2irc5q0zyymx2951ydzxdfjmzd3az5qnk67ncf3hknvj5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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