gnu: thunar-volman: Update to 0.9.3.

* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-07-03 00:25:49 +02:00
parent edb336468d
commit 84ce2a9499
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -628,14 +628,15 @@ (define-public thunar
(define-public thunar-volman (define-public thunar-volman
(package (package
(name "thunar-volman") (name "thunar-volman")
(version "0.8.1") (version "0.9.3")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "http://archive.xfce.org/xfce/4.12/src/" (method url-fetch)
name "-" version ".tar.bz2")) (uri (string-append "https://archive.xfce.org/src/xfce/thunar-volman/"
(sha256 (version-major+minor version) "/"
(base32 "thunar-volman-" version ".tar.bz2"))
"1gf259n1v3y23n1zlkhyr6r0i8j59rnl1cmxvxj6la9cwdfbn22s")))) (sha256
(base32 "1sfmz40164rg77hclrkrgnbk8cb7f325qqi7lz2hh3wbvf8r0c19"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)