guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: ristretto: Update to 0.11.0.


From: guix-commits
Subject: 03/07: gnu: ristretto: Update to 0.11.0.
Date: Sun, 13 Jun 2021 17:59:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9eabf4983f52260fe2f81104d4664a91feed2624
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jun 11 14:00:20 2021 +0200

    gnu: ristretto: Update to 0.11.0.
    
    * gnu/packages/xfce.scm (ristretto): Update to 0.11.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 18c0e98..0d00562 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1074,7 +1074,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
 (define-public ristretto
   (package
     (name "ristretto")
-    (version "0.10.0")
+    (version "0.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://archive.xfce.org/src/apps/ristretto/";
@@ -1082,7 +1082,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
                                   "ristretto-" version ".tar.bz2"))
               (sha256
                (base32
-                "0sa75m1w6yvv4xvzrwqiif6vnqgi29hjrixrh87nxss58bbms8hn"))))
+                "08w8nw6cl8kpvjnp7dxgpqlmi3s73amhrb7l0sbzmjy82ba30zl7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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