me
/
guix
Archived
1
0
Fork 0

gnu: gigolo: Update to 0.5.3.

* gnu/packages/xfce.scm (gigolo): Update to 0.5.3.

Change-Id: I24ef7d48fce687d3da32bfa9e13fb18557e680c6
master
宋文武 2024-03-16 11:47:27 +08:00
parent bfccbcdb59
commit ec0caf7a27
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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+))