mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (define-public garcon
|
|||
(define-public tumbler
|
||||
(package
|
||||
(name "tumbler")
|
||||
(version "0.2.8")
|
||||
(version "0.2.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -291,7 +291,7 @@ (define-public tumbler
|
|||
"tumbler-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"15iyx4xk6v3vk8272c848y8rj4sq43khlqxndnai0w5mvsivk689"))))
|
||||
"1dh7h0jcbf8brvv9vwq4amnk6zgldl2ipdq3clzsx9p50dpr0235"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue