diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-30 01:36:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-30 03:46:21 +0200 |
commit | e0ca1afc87b1306bdbcf7d5bcd600b3a47624256 (patch) | |
tree | f102fb6d3a832017273f6203175c6e14d8a3a125 /gnu | |
parent | 56e59b3993fd4de99ecf43acbf661d0db339f6b2 (diff) | |
download | guix-e0ca1afc87b1306bdbcf7d5bcd600b3a47624256.tar guix-e0ca1afc87b1306bdbcf7d5bcd600b3a47624256.tar.gz |
gnu: ristretto: Update to 0.8.3.
* gnu/packages/xfce.scm (ristretto): Update to 0.8.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 134d601881..79eb64d13a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -793,7 +793,7 @@ inhibit interface which allows applications to prevent automatic sleep.") (define-public ristretto (package (name "ristretto") - (version "0.8.2") + (version "0.8.3") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/src/apps/ristretto/" @@ -801,7 +801,7 @@ inhibit interface which allows applications to prevent automatic sleep.") name "-" version ".tar.bz2")) (sha256 (base32 - "1f01d47kd85kjd1k4bzpcck4cb40qpjm5fzirzwdsxzwlrybgwzq")))) + "0r96r8r1qslr6cqvwldm99ha563adkw9v2zvaznxkpqn11v1374c")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |