[PATCH] gnu gnuatro: Update to 0.22

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

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
2e474680ce31facb8d10f107a3733fc1e45dfb2c.1707147588.git.atai@atai.org
* gnu/packages/astronomy.scm (gnuastro): Update to 0.22

Change-Id: Ifa8329765adb2b32b9b04c1531087363a807613d
---
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 aedb5ef8f9..50aa175293 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -949,7 +949,7 @@ (define-public glnemo2
(define-public gnuastro
(package
(name "gnuastro")
- (version "0.21")
+ (version "0.22")
(source
(origin
(method url-fetch)
@@ -957,7 +957,7 @@ (define-public gnuastro
version ".tar.lz"))
(sha256
(base32
- "1zyk764pmfrsfj45gnc3qp4z1zfmgrv7kcsji2bxfzvs9inzzq4c"))))
+ "15rljx1mx9dyvni17qpj7y9gv086cvmjf9f5j34m1pbiyn989fqz"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))

base-commit: abeffc82379c4f9bd2e6226ea27453b22cb4e0c8
--
2.41.0
Sharlatan Hellseher wrote 1 years ago
(address . 68936-done@debbugs.gnu.org)
87mssdv29f.fsf@gmail.com
Hi,

Thank you for the patch!

I was about to include this in upcomming update for Astronomy 2024/02.

Pushed as 7d3aa578ef0b7fcfcddf0623f806ec625aab6ccd to master.

Thanks,
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXCg8wACgkQdtcnv/Ys
0rW1AQ//W6qkTdPqx1Jm+dL0x7z3s0Q6TpPG4yiPuqInqH2N7rK2F1us/EuVNa6V
toOtVr44ta/4GtbHREPFgUwBPFKqnhvFz1bIJjf9ugmYYxGReuY3ZG7dIopPKibF
V9EwdcxSx9AnBUrSGOb1VOwhrAE5yMSuwiuPQnSOR6XVCHeIHuzUcEokntFE+hxl
Fc8T8HyzZUT/xcEywLVogNIGeXvfAatlrINU40XMpNy3FexYpfDGjjF6hotJjmmG
LLmjHJDphgccJs1qRfcgZlvFr//Wjiv4skGWy0na2ZyOAPecJx0qexDxxx0UaYng
McbWS7B4s2NSPkB1vjk0SNuFJXY2VRNozO1A5eQkZssEt2pA2vRdBj7zEUJcQPPk
SEC20M4HXcHz5ZFI9Au+oR3gXx0v3wAgCdI3PBfuo2LOfmU5+QsrK33BMI6QoWKS
JoVkzsqd/KfndzLp+F4gDRq2RF+dJw5NeKmYqqh49OQx5nBwOcuFVy/h38eHsMIS
R9N1Xd+bUEyFuSOnzlr30Me0cXU/d+EyMVZB3cZTDaSIaecJ2Wn1fNwzeEld78Tx
UxG4uKwwASshOdH/GBG9q+tP/d7BEGLyGE2k8DwbLqKPAl9rl6SnD+5/Y7vILBpZ
QQk4xcjVmkl1etMrtoi4ZvxnjEM4aVZDtkTJxruNGwHr7lKCPpk=
=2kV3
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68936
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