diff options
author | Michael Rohleder <mike@rohleder.de> | 2023-02-13 22:01:26 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-02-15 09:11:43 +0800 |
commit | 22f6783f33b699bea678ea46ffaebd275e7900af (patch) | |
tree | 2a5916da900e5681351bc694f298d6ad495b3a80 | |
parent | e685b94e0a40cf9eb4700baa172b206964318a7e (diff) |
gnu: ristretto: Update to 0.13.0.
* gnu/packages/xfce.scm (ristretto): Update to 0.13.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-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 9731dd0ee6..6734bf781b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1266,7 +1266,7 @@ inhibit interface which allows applications to prevent automatic sleep.") (define-public ristretto (package (name "ristretto") - (version "0.12.4") + (version "0.13.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/ristretto/" @@ -1274,7 +1274,7 @@ inhibit interface which allows applications to prevent automatic sleep.") "ristretto-" version ".tar.bz2")) (sha256 (base32 - "0c3rx02bk74fip7ishdxnbn0l9f48qbiglckzclz7v758fbmq074")))) + "00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr")))) (build-system gnu-build-system) (native-inputs (list intltool desktop-file-utils |