mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: garcon: Update to 4.18.0.
* gnu/packages/xfce.scm (garcon): Update to 4.18.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
34b72a2542
commit
46a8280bba
1 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ development.")
|
||||||
(define-public garcon
|
(define-public garcon
|
||||||
(package
|
(package
|
||||||
(name "garcon")
|
(name "garcon")
|
||||||
(version "4.16.1")
|
(version "4.18.0")
|
||||||
(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/"
|
||||||
|
@ -333,7 +333,7 @@ development.")
|
||||||
"garcon-" version ".tar.bz2"))
|
"garcon-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07fjsgdjqxbcm84ga3cl495782k381k6mwksyrks3zf1l8klk4c4"))))
|
"050sy6l4xzqibz4kqxymkc37rqpg37vsf48wnw18b2vaas3k8qsl"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue