Archived
1
0
Fork 0

gnu: ristretto: Update to 0.13.0.

* gnu/packages/xfce.scm (ristretto): Update to 0.13.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Michael Rohleder 2023-02-13 22:01:26 +01:00 committed by 宋文武
parent e685b94e0a
commit 22f6783f33
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1266,7 +1266,7 @@ inhibit interface which allows applications to prevent automatic sleep.")
(define-public ristretto (define-public ristretto
(package (package
(name "ristretto") (name "ristretto")
(version "0.12.4") (version "0.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/ristretto/" (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")) "ristretto-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0c3rx02bk74fip7ishdxnbn0l9f48qbiglckzclz7v758fbmq074")))) "00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list intltool desktop-file-utils (list intltool desktop-file-utils