gnu: ristretto: Update to 0.11.0.
* gnu/packages/xfce.scm (ristretto): Update to 0.11.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ea0a33e8ee
commit
9eabf4983f
1 changed files with 2 additions and 2 deletions
|
|
@ -1074,7 +1074,7 @@ inhibit interface which allows applications to prevent automatic sleep.")
|
||||||
(define-public ristretto
|
(define-public ristretto
|
||||||
(package
|
(package
|
||||||
(name "ristretto")
|
(name "ristretto")
|
||||||
(version "0.10.0")
|
(version "0.11.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/"
|
||||||
|
|
@ -1082,7 +1082,7 @@ inhibit interface which allows applications to prevent automatic sleep.")
|
||||||
"ristretto-" version ".tar.bz2"))
|
"ristretto-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sa75m1w6yvv4xvzrwqiif6vnqgi29hjrixrh87nxss58bbms8hn"))))
|
"08w8nw6cl8kpvjnp7dxgpqlmi3s73amhrb7l0sbzmjy82ba30zl7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
|
||||||
Reference in a new issue