mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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:
parent
e685b94e0a
commit
22f6783f33
1 changed files with 2 additions and 2 deletions
|
@ -1266,7 +1266,7 @@ (define-public xfce4-power-manager
|
|||
(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 @@ (define-public ristretto
|
|||
"ristretto-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c3rx02bk74fip7ishdxnbn0l9f48qbiglckzclz7v758fbmq074"))))
|
||||
"00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list intltool desktop-file-utils
|
||||
|
|
Loading…
Reference in a new issue