gnu: thunar-volman: Update to 0.9.3.

* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.3.
master
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
(package
(name "thunar-volman")
(version "0.8.1")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
name "-" version ".tar.bz2"))
(sha256
(base32
"1gf259n1v3y23n1zlkhyr6r0i8j59rnl1cmxvxj6la9cwdfbn22s"))))
(version "0.9.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/thunar-volman/"
(version-major+minor version) "/"
"thunar-volman-" version ".tar.bz2"))
(sha256
(base32 "1sfmz40164rg77hclrkrgnbk8cb7f325qqi7lz2hh3wbvf8r0c19"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)