diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-03-16 11:47:29 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-03-19 19:11:08 +0800 |
commit | 4ac58ec4c1e64d83845f1b8d20749075ff11cb95 (patch) | |
tree | d5cf7a34e54d53152c523ac59cc4691ccda66f3c /gnu | |
parent | ec0caf7a27b8a9933cd079e5b9143200aa955ce1 (diff) | |
download | guix-4ac58ec4c1e64d83845f1b8d20749075ff11cb95.tar.gz guix-4ac58ec4c1e64d83845f1b8d20749075ff11cb95.zip |
gnu: ristretto: Update to 0.13.2.
* gnu/packages/xfce.scm (ristretto): Update to 0.13.2.
Change-Id: Ia4adb63b5a21a7cdaf085da5a40f4f13d3cd6a04
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 52b8e888c2..fb1567fadc 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1300,7 +1300,7 @@ inhibit interface which allows applications to prevent automatic sleep.") (define-public ristretto (package (name "ristretto") - (version "0.13.1") + (version "0.13.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/ristretto/" @@ -1308,7 +1308,7 @@ inhibit interface which allows applications to prevent automatic sleep.") "ristretto-" version ".tar.bz2")) (sha256 (base32 - "07kraf6k18f53vgx98hvrb20hcm5134m7c958w96fl142nzzy6np")))) + "1nbxfm6ljcw45vn8hhjxwcv3k387hdah4jnn07n9w08n63g5x7vp")))) (build-system gnu-build-system) (native-inputs (list intltool desktop-file-utils |