[PATCH] gnu: splash: Update to 3.7.2.

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

Debbugs page

Sharlatan Hellseher wrote 2 years ago
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20230228230402.5535-1-sharlatanus@gmail.com
* gnu/packages/astronomy.scm (splash): Update to 3.7.2.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4039e8c038..1c39c2a181 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -761,7 +761,7 @@ (define-public siril
(define-public splash
(package
(name "splash")
- (version "3.5.1")
+ (version "3.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -769,7 +769,7 @@ (define-public splash
(commit (string-append "v" version))))
(sha256
(base32
- "12s3w96wzd4zpxw4adzhalkr57fgdk7cjp6bj596jnd87pz3rhyd"))
+ "0nsm6rk0bi99xz7wclk0zy4bpqf0qcsdln5cdjb30lhpf37i2fpa"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.39.1
Christopher Baines wrote 2 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
87pm9bzkce.fsf@cbaines.net
Sharlatan Hellseher <sharlatanus@gmail.com> writes:

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

Thanks, pushed to master as 79ba6380cf4ea7064d5f232b0423a8b7d0ba953c.

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQQT0FfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xc43g/8CKakweS9IaHnVz5xTI3b//5S+U90seqM
Y7y+YFRpejeDJau2tjwu9VVSZFfFwahbI+MN/OKMU6m+J4utZGhQ7BVPmUO76Wg2
itN2Khpw/5fXT34wahriKFBNTCwEWOqj8ubkjbfJ1z+ZP3dloDZDGRC0yjLncpdE
5Ot+4Ntp3fqJ5vOz8zT6B+U74ws+zC/A0WogxkvXiUAJc9eU/dc08OgsYaToO9mK
/Fc1iNWuiyZMfgPNIMe829jleT7PHsDbGs1Vs6dk8yifNwyUwjRU9I/sk/m2+s5M
1P57t4nreJlRSBF61OZGBtjs6CcQ2bjzKX7BZY36GUGCbPNyZ5nn53cvzglbgGYi
SK0rQUBQP19UHD7IZjwflqgceALDpAV+UWJKHTDtEdsV54eEU8nHZM0zArdXpx7o
rvXoK8QWBmt/LCkhQFNlMhAE8uexzmV31yccPE7FMN6HclbT6GkL2pnBGniojNcz
oZZ+goTZMjLynjVKsBeZ51vxCIFI5+5AH1XR7hzyVfAQJPSyE85j3g9RJyKA2hu5
FBv0H/lCeZFZrs59C6uIFRbqRyNWfuKeIlAdRngIMREyp+YDqQ5Qk6E6jrkEY55R
C11MszK1D92yh1Q1rpkNAWfMwheGQwwBUfT4Zv9jIviBUdzQXuhL/TNPLYudo+29
r5958NIOnTI=
=gW/D
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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