gnu: ristretto: Update to 0.8.2.

* gnu/packages/xfce.scm (ristretto): Update to 0.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-16 03:23:14 +01:00
parent 2b33c4d677
commit 2d1c7a4e89
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -792,7 +792,7 @@ (define-public xfce4-power-manager
(define-public ristretto
(package
(name "ristretto")
(version "0.8.0")
(version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/ristretto/"
@ -800,7 +800,7 @@ (define-public ristretto
name "-" version ".tar.bz2"))
(sha256
(base32
"0a7kwhx51fd2kqh7l7kp13wcn39d2fjkwnn9rfd1k9ydrqj56qki"))))
"1f01d47kd85kjd1k4bzpcck4cb40qpjm5fzirzwdsxzwlrybgwzq"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)