guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d2458938b83565882180628da72db46b3b62ba9d
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800
gnu: ristretto: Update to 0.13.4.
* gnu/packages/xfce.scm (ristretto): Update to 0.13.4.
[inputs]: Add exo.
Change-Id: I261c396528d2d89cb5095380e119a0f57ee5d567
---
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 bf2c469dc1..4de49bbcd1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1440,7 +1440,7 @@ inhibit interface which allows applications to prevent
automatic sleep.")
(define-public ristretto
(package
(name "ristretto")
- (version "0.13.3")
+ (version "0.13.4")
(source
(origin
(method git-fetch)
@@ -1449,7 +1449,7 @@ inhibit interface which allows applications to prevent
automatic sleep.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0bbcq5spqirh21p0s7vy9na58inz47nsj59asdka35qnvr20g4vh"))))
+ (base32 "0q93qkpqgf39cg5fn5nc74qkx3dy5dr9ywjbldjyq42ysxjn4jaz"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
@@ -1457,7 +1457,7 @@ inhibit interface which allows applications to prevent
automatic sleep.")
(native-inputs
(list xfce4-dev-tools))
(inputs
- (list gtk+ libexif libxfce4ui tumbler))
+ (list exo gtk+ libexif libxfce4ui tumbler))
(home-page "https://docs.xfce.org/apps/ristretto/start")
(synopsis "Fast and lightweight picture-viewer")
(description