guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: splash: Update to 3.8.2.


From: guix-commits
Subject: 07/08: gnu: splash: Update to 3.8.2.
Date: Mon, 7 Aug 2023 14:17:47 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit eb9e0a72d4f31595c54e1a1ace43e7641e077930
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jul 27 00:15:33 2023 +0100

    gnu: splash: Update to 3.8.2.
    
    * gnu/packages/astronomy.scm (splash): Update to 3.8.2.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 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 e6fdd5d23c..1c6ccc3a92 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1002,7 +1002,7 @@ image formats.")
 (define-public splash
   (package
     (name "splash")
-    (version "3.7.2")
+    (version "3.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1010,7 +1010,7 @@ image formats.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0nsm6rk0bi99xz7wclk0zy4bpqf0qcsdln5cdjb30lhpf37i2fpa"))
+                "0y6l135g0a3hvvh8w8sfdh1kfq2g0gbp0dgjhnmwid8bwwcjvw8v"))
               (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]