guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: gnu: splash: Update to 3.7.2.


From: guix-commits
Subject: 03/12: gnu: splash: Update to 3.7.2.
Date: Tue, 14 Mar 2023 06:37:32 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 79ba6380cf4ea7064d5f232b0423a8b7d0ba953c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 28 23:04:02 2023 +0000

    gnu: splash: Update to 3.7.2.
    
    * gnu/packages/astronomy.scm (splash): Update to 3.7.2.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 4039e8c038..1c39c2a181 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -761,7 +761,7 @@ image formats.")
 (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 @@ image formats.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "12s3w96wzd4zpxw4adzhalkr57fgdk7cjp6bj596jnd87pz3rhyd"))
+                "0nsm6rk0bi99xz7wclk0zy4bpqf0qcsdln5cdjb30lhpf37i2fpa"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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