[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu gnuatro: Update to 0.22.
From: |
guix-commits |
Subject: |
branch master updated: gnu gnuatro: Update to 0.22. |
Date: |
Tue, 06 Feb 2024 14:02:52 -0500 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7d3aa578ef gnu gnuatro: Update to 0.22.
7d3aa578ef is described below
commit 7d3aa578ef0b7fcfcddf0623f806ec625aab6ccd
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Feb 5 07:40:35 2024 -0800
gnu gnuatro: Update to 0.22.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.22.
Change-Id: Ifa8329765adb2b32b9b04c1531087363a807613d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/astronomy.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index aedb5ef8f9..b7b057e026 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2024 Andy Tai <lichengtai@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -949,7 +950,7 @@ different kinds of input files.")
(define-public gnuastro
(package
(name "gnuastro")
- (version "0.21")
+ (version "0.22")
(source
(origin
(method url-fetch)
@@ -957,7 +958,7 @@ different kinds of input files.")
version ".tar.lz"))
(sha256
(base32
- "1zyk764pmfrsfj45gnc3qp4z1zfmgrv7kcsji2bxfzvs9inzzq4c"))))
+ "15rljx1mx9dyvni17qpj7y9gv086cvmjf9f5j34m1pbiyn989fqz"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu gnuatro: Update to 0.22.,
guix-commits <=