guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ristretto: Update to 0.12.1.


From: guix-commits
Subject: branch master updated: gnu: ristretto: Update to 0.12.1.
Date: Fri, 17 Dec 2021 03:10:13 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e1be742  gnu: ristretto: Update to 0.12.1.
e1be742 is described below

commit e1be742c594537492997e07a95f681c1921d23ca
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Dec 16 07:02:16 2021 +0100

    gnu: ristretto: Update to 0.12.1.
    
    * gnu/packages/xfce.scm (ristretto): Update to 0.12.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 ca6893d..4a27f26 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1014,7 +1014,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
 (define-public ristretto
   (package
     (name "ristretto")
-    (version "0.12.0")
+    (version "0.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://archive.xfce.org/src/apps/ristretto/";
@@ -1022,7 +1022,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
                                   "ristretto-" version ".tar.bz2"))
               (sha256
                (base32
-                "008h8mlq82nwxb7kc8m8d6a51rwl2i9fgv4v6k5w30va46l2s0s7"))))
+                "1vnpzyb966pfbn7md0q26kl972iqwfywg4lfg3jahrl4l6f3z18k"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool desktop-file-utils pkg-config))



reply via email to

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