guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: ristretto: Update to 0.13.0.


From: guix-commits
Subject: 05/09: gnu: ristretto: Update to 0.13.0.
Date: Tue, 14 Feb 2023 20:13:50 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 22f6783f33b699bea678ea46ffaebd275e7900af
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Feb 13 22:01:26 2023 +0100

    gnu: ristretto: Update to 0.13.0.
    
    * gnu/packages/xfce.scm (ristretto): Update to 0.13.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.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 9731dd0ee6..6734bf781b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1266,7 +1266,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
 (define-public ristretto
   (package
     (name "ristretto")
-    (version "0.12.4")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://archive.xfce.org/src/apps/ristretto/";
@@ -1274,7 +1274,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
                                   "ristretto-" version ".tar.bz2"))
               (sha256
                (base32
-                "0c3rx02bk74fip7ishdxnbn0l9f48qbiglckzclz7v758fbmq074"))))
+                "00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool desktop-file-utils



reply via email to

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