gnu: tumbler: Update to 0.2.9.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.9.
This commit is contained in:
parent
915c2ad373
commit
5c1ef5fdd8
1 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ merging features essential for loading menus modified with menu editors.")
|
||||||
(define-public tumbler
|
(define-public tumbler
|
||||||
(package
|
(package
|
||||||
(name "tumbler")
|
(name "tumbler")
|
||||||
(version "0.2.8")
|
(version "0.2.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
|
@ -291,7 +291,7 @@ merging features essential for loading menus modified with menu editors.")
|
||||||
"tumbler-" version ".tar.bz2"))
|
"tumbler-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15iyx4xk6v3vk8272c848y8rj4sq43khlqxndnai0w5mvsivk689"))))
|
"1dh7h0jcbf8brvv9vwq4amnk6zgldl2ipdq3clzsx9p50dpr0235"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue