guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: ristretto: Update to 0.8.2.


From: Tobias Geerinckx-Rice
Subject: 17/18: gnu: ristretto: Update to 0.8.2.
Date: Fri, 16 Feb 2018 05:15:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2d1c7a4e8947ed1f530e0f52fa4477263fe88226
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 16 03:23:14 2018 +0100

    gnu: ristretto: Update to 0.8.2.
    
    * gnu/packages/xfce.scm (ristretto): Update to 0.8.2.
---
 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 630851b..035e9c5 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -792,7 +792,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
 (define-public ristretto
   (package
     (name "ristretto")
-    (version "0.8.0")
+    (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/src/apps/ristretto/";
@@ -800,7 +800,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0a7kwhx51fd2kqh7l7kp13wcn39d2fjkwnn9rfd1k9ydrqj56qki"))))
+                "1f01d47kd85kjd1k4bzpcck4cb40qpjm5fzirzwdsxzwlrybgwzq"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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