mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: tumbler: Update to 0.2.4.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.4.
This commit is contained in:
parent
08f5f6e821
commit
e7532c2db8
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ (define-public garcon
|
||||||
(define-public tumbler
|
(define-public tumbler
|
||||||
(package
|
(package
|
||||||
(name "tumbler")
|
(name "tumbler")
|
||||||
(version "0.2.3")
|
(version "0.2.4")
|
||||||
(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/"
|
||||||
|
@ -258,7 +258,7 @@ (define-public tumbler
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h3x325dbz0lnb7b3zzbfrva3v0rn99v03zj9cza7ysr2nyy28nh"))))
|
"19mnwmcxdhqfqkd9433z8h2y8w49vlc7jw5p5h8j54wz7zhrgx0g"))))
|
||||||
(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