mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: thunar-volman: Update to 0.9.3.
* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.3.
This commit is contained in:
parent
edb336468d
commit
84ce2a9499
1 changed files with 9 additions and 8 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue