gnu: garcon: Update to 0.6.2.
* gnu/packages/xfce.scm (garcon): Update to 0.6.2. [source]: Update URL.
This commit is contained in:
parent
33e6ad8375
commit
a281a0837d
|
@ -214,14 +214,15 @@ development.")
|
||||||
(define-public garcon
|
(define-public garcon
|
||||||
(package
|
(package
|
||||||
(name "garcon")
|
(name "garcon")
|
||||||
(version "0.4.0")
|
(version "0.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
|
(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
|
||||||
"0wm9pjbwq53s3n3nwvsyf0q8lbmhiy2ln3bn5ncihr9vf5cwhzbq"))))
|
"0z64g6f2vwfjzqsrsn05nbcbs8l6y4cfdgxk4k2la3giixj0jzx8"))))
|
||||||
(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 New Issue