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
1 changed files with 9 additions and 8 deletions

View File

@ -628,14 +628,15 @@ fast.")
(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
(origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/4.12/src/" (uri (string-append "https://archive.xfce.org/src/xfce/thunar-volman/"
name "-" version ".tar.bz2")) (version-major+minor version) "/"
"thunar-volman-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32 "1sfmz40164rg77hclrkrgnbk8cb7f325qqi7lz2hh3wbvf8r0c19"))))
"1gf259n1v3y23n1zlkhyr6r0i8j59rnl1cmxvxj6la9cwdfbn22s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)