guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ristretto: Update to 0.8.4.


From: guix-commits
Subject: 02/06: gnu: ristretto: Update to 0.8.4.
Date: Tue, 23 Apr 2019 21:43:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 177d1af03826dbfb5fcf4c4d97e5d6269c822f08
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 23 21:37:10 2019 +0200

    gnu: ristretto: Update to 0.8.4.
    
    * gnu/packages/xfce.scm (ristretto): Update to 0.8.4.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 8543dcf..fba66aa 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2017, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Petter <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Pkill -9 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -833,7 +833,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
 (define-public ristretto
   (package
     (name "ristretto")
-    (version "0.8.3")
+    (version "0.8.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/src/apps/ristretto/";
@@ -841,7 +841,7 @@ inhibit interface which allows applications to prevent 
automatic sleep.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0r96r8r1qslr6cqvwldm99ha563adkw9v2zvaznxkpqn11v1374c"))))
+                "18nf01djwnbjc91bdlv3p0h6pwcq1kfnjgp6yaxhxv4kdi9f82rs"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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