mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: tumbler: Update to 0.2.3.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.3. [source]: Update URL.
This commit is contained in:
parent
a281a0837d
commit
c3ad3d924c
1 changed files with 4 additions and 3 deletions
|
@ -244,14 +244,15 @@ (define-public garcon
|
||||||
(define-public tumbler
|
(define-public tumbler
|
||||||
(package
|
(package
|
||||||
(name "tumbler")
|
(name "tumbler")
|
||||||
(version "0.1.31")
|
(version "0.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/src/xfce/tumbler/0.1/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
|
name "/" (version-major+minor version) "/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wvip28gm2w061hn84zp2q4dv947ihylrppahn4cjspzff935zfh"))))
|
"0h3x325dbz0lnb7b3zzbfrva3v0rn99v03zj9cza7ysr2nyy28nh"))))
|
||||||
(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