guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ristretto: Update to 0.13.1.


From: guix-commits
Subject: 01/02: gnu: ristretto: Update to 0.13.1.
Date: Sun, 14 May 2023 03:13:20 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 3b87e7ce525493c9b12aae3f651d966788794f8a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun May 14 15:10:52 2023 +0800

    gnu: ristretto: Update to 0.13.1.
    
    * gnu/packages/xfce.scm (ristretto): Update to 0.13.1.
---
 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 19be07bd79..c8e56fe6b0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1253,7 +1253,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
 (define-public ristretto
   (package
     (name "ristretto")
-    (version "0.13.0")
+    (version "0.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://archive.xfce.org/src/apps/ristretto/";
@@ -1261,7 +1261,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
                                   "ristretto-" version ".tar.bz2"))
               (sha256
                (base32
-                "00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr"))))
+                "07kraf6k18f53vgx98hvrb20hcm5134m7c958w96fl142nzzy6np"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool desktop-file-utils



reply via email to

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