guix-commits
[Top][All Lists]
Advanced

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

02/49: gnu: splash: Update to 3.10.3.


From: guix-commits
Subject: 02/49: gnu: splash: Update to 3.10.3.
Date: Fri, 29 Mar 2024 11:15:20 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit cbd6faf8a74e77dd3b536b34cd2824f4a836c8d1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Mar 5 21:48:25 2024 +0000

    gnu: splash: Update to 3.10.3.
    
    * gnu/packages/astronomy.scm (splash): Update to 3.10.3.
    
    Change-Id: Ic5f812a3c35fd76c0a722616efea2745a080c859
---
 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 8ae25b65e2..724643d17f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1203,7 +1203,7 @@ image formats.")
 (define-public splash
   (package
     (name "splash")
-    (version "3.10.1")
+    (version "3.10.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1211,7 +1211,7 @@ image formats.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1cyg7my2lbpai81nfnlj0r7pvral3kjn31dcq2p4982d2xg0dj87"))
+                "077s9if7fmccvhsbp0dhvyqcil46vpbgdm1y6qn6h34r8lfqj9z6"))
               (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]