me
/
guix
Archived
1
0
Fork 0

gnu: garcon: Update to 4.18.1.

* gnu/packages/xfce.scm (garcon): Update to 4.18.1.
master
宋文武 2023-04-01 13:16:23 +08:00
parent 1a6fb4e16c
commit 1415fc8864
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ development.")
(define-public garcon (define-public garcon
(package (package
(name "garcon") (name "garcon")
(version "4.18.0") (version "4.18.1")
(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/"
@ -338,7 +338,7 @@ development.")
"garcon-" version ".tar.bz2")) "garcon-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"050sy6l4xzqibz4kqxymkc37rqpg37vsf48wnw18b2vaas3k8qsl")))) "02y2nkxwx5mp1w6x2ydi3hpgymk7159zvyzk70afp5dcdlm96ypy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list `(,glib "bin") gobject-introspection intltool pkg-config)) (list `(,glib "bin") gobject-introspection intltool pkg-config))