gnu: gigolo: Update to 0.5.3.
* gnu/packages/xfce.scm (gigolo): Update to 0.5.3. Change-Id: I24ef7d48fce687d3da32bfa9e13fb18557e680c6master
parent
bfccbcdb59
commit
ec0caf7a27
|
@ -1032,7 +1032,7 @@ devices and folders.")
|
||||||
(define-public gigolo
|
(define-public gigolo
|
||||||
(package
|
(package
|
||||||
(name "gigolo")
|
(name "gigolo")
|
||||||
(version "0.5.2")
|
(version "0.5.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||||
|
@ -1040,7 +1040,7 @@ devices and folders.")
|
||||||
"/" name "-" version ".tar.bz2"))
|
"/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hxv3lla567nnqxxly8xfi8fzmpcdhxb493x9hinr7szfnh1ljp3"))))
|
"1l1g9ljvyzir1jpjf0248nnwwf3sakwljlik6cj5wrj4azv88nfj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config intltool))
|
(native-inputs (list pkg-config intltool))
|
||||||
(inputs (list gtk+))
|
(inputs (list gtk+))
|
||||||
|
|
Reference in New Issue