diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-05-14 15:10:52 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-14 15:10:52 +0800 |
commit | 3b87e7ce525493c9b12aae3f651d966788794f8a (patch) | |
tree | 79cd25be15b85ca0ff55038e249ed1fd90627def /gnu/packages | |
parent | 9c1b9bfef3d1573a690e95aa04af61c40a3c92de (diff) |
gnu: ristretto: Update to 0.13.1.
* gnu/packages/xfce.scm (ristretto): Update to 0.13.1.
Diffstat (limited to 'gnu/packages')
-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 19be07bd79..c8e56fe6b0 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1253,7 +1253,7 @@ inhibit interface which allows applications to prevent automatic sleep.") (define-public ristretto (package (name "ristretto") - (version "0.13.0") + (version "0.13.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/ristretto/" @@ -1261,7 +1261,7 @@ inhibit interface which allows applications to prevent automatic sleep.") "ristretto-" version ".tar.bz2")) (sha256 (base32 - "00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr")))) + "07kraf6k18f53vgx98hvrb20hcm5134m7c958w96fl142nzzy6np")))) (build-system gnu-build-system) (native-inputs (list intltool desktop-file-utils |