me
/
guix
Archived
1
0
Fork 0

gnu: garcon: Update to 4.18.0.

* gnu/packages/xfce.scm (garcon): Update to 4.18.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Michael Rohleder 2022-12-23 13:07:52 +01:00 committed by 宋文武
parent 34b72a2542
commit 46a8280bba
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ development.")
(define-public garcon
(package
(name "garcon")
(version "4.16.1")
(version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -333,7 +333,7 @@ development.")
"garcon-" version ".tar.bz2"))
(sha256
(base32
"07fjsgdjqxbcm84ga3cl495782k381k6mwksyrks3zf1l8klk4c4"))))
"050sy6l4xzqibz4kqxymkc37rqpg37vsf48wnw18b2vaas3k8qsl"))))
(build-system gnu-build-system)
(native-inputs
(list `(,glib "bin") gobject-introspection intltool pkg-config))