mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: tumbler: Update to 0.2.8.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.8.
This commit is contained in:
parent
ec93777e89
commit
6c0ad0bc63
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ (define-public garcon
|
|||
(define-public tumbler
|
||||
(package
|
||||
(name "tumbler")
|
||||
(version "0.2.7")
|
||||
(version "0.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -275,7 +275,7 @@ (define-public tumbler
|
|||
"tumbler-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r0l0ghcrj71ax7yil1m4p7yjrfqm3icx0s8r7ivwv3i2rgw617p"))))
|
||||
"15iyx4xk6v3vk8272c848y8rj4sq43khlqxndnai0w5mvsivk689"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue