guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: ristretto: Update to 0.12.0.


From: guix-commits
Subject: 05/13: gnu: ristretto: Update to 0.12.0.
Date: Wed, 17 Nov 2021 17:07:41 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7fe5742e03c9282f9706aac309f966451c7c4364
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Nov 9 17:38:34 2021 +0100

    gnu: ristretto: Update to 0.12.0.
    
    * gnu/packages/xfce.scm (ristretto): Update to 0.12.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4e54f6e..a74f32f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1077,7 +1077,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
 (define-public ristretto
   (package
     (name "ristretto")
-    (version "0.11.0")
+    (version "0.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://archive.xfce.org/src/apps/ristretto/";
@@ -1085,7 +1085,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
                                   "ristretto-" version ".tar.bz2"))
               (sha256
                (base32
-                "08w8nw6cl8kpvjnp7dxgpqlmi3s73amhrb7l0sbzmjy82ba30zl7"))))
+                "008h8mlq82nwxb7kc8m8d6a51rwl2i9fgv4v6k5w30va46l2s0s7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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