[PATCH] gnu: gnuastro: Update to 0.20

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
0b8842ed7da9cad1c9c921d8ead48539f2eba605.1686383602.git.atai@atai.org
* gnu/packages/astronomy.scm (gnuastro: Update to 0.20
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 964e72642c..1371b24667 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -651,7 +651,7 @@ (define-public weightwatcher
(define-public gnuastro
(package
(name "gnuastro")
- (version "0.19")
+ (version "0.20")
(source
(origin
(method url-fetch)
@@ -659,7 +659,7 @@ (define-public gnuastro
version ".tar.lz"))
(sha256
(base32
- "192q3i4zlfmwfcchlf9lnpfgys9dssh7npr5qx0gzn3d2fri0xbz"))))
+ "05bkad0xbax9k0m2g2507mdmjg2109sfg72dsx16f44yj55llh2n"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))

base-commit: 9504dd2c3eef0277369acc0944f87fb4546251b1
--
2.40.1
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 63992-done@debbugs.gnu.org)
87mt14v4z8.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/astronomy.scm (gnuastro: Update to 0.20
> ---
> gnu/packages/astronomy.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
94020f90f96c6db6b22f108adb8bd83b61969f69.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSHdgtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdvHQ/8DLPdAoU471vjCpB5JWTUwbsux2dxkl/1
rBXXHTOBJ8OglB6HR4Nndha2cGEm/3nv2yUOtX0vUVoTRSXdhiWNWuj/mHxD9g4Z
CkFgn3kr6n5i7p1pN/gGcdOSM99jiycSH4XXHSXv86dHXncML2miDnePxHZzezO8
S8JIThRaUSPP5Ot9dDjvAfWsKy8lfk3okh4Rc4q0M2KgOKwQJPikomfjzkIc7VBE
iNZZbIXrWZy5UIoqAjGRY6nRhcD/VcCxrEhxCYEu8D8FYy8e/EdSIv6k7hWVZYsY
LNRPOXYhu3wE43MhozInRlNE2J3iIwx/cMVtLJKolqNf7C2UDinxL1nGZYMfX/Cv
15qO6t3/4HHzfIHS4Qb/6D/iTxL6xKLTk4HWZs67HOwuk8vssmoyF8pjK6cwYNXA
yizc0ps/oNqrRB6O1wMHyD+h/fz7CJQPmXvBd5iGJwKLA9LKPL1SrmlKaMuWEHiD
HEbbhvbtl4DkxmsmlrpUmWdAnqz2/Xood6LHc0wJC6+2RNp9Q8UJFNyR+mqHJCAM
L2ie2N5yG13TO+tkknEMSS5D9zJe/qlxc2ZSHm3WjhMO330dAH0ETiCwifq+CkpC
Tpj+IbkA2pSiKEnpHguCm7mjFRoqRZRNwEjAqp1lnx+Jw7mIO0QI6buXpZtUEDiL
jlgiAZmHNpc=
=EDR2
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63992@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63992
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help