gnu: garcon: Update to 4.18.2.
* gnu/packages/xfce.scm (garcon): Update to 4.18.2. Change-Id: I45cfb8bca3556849cc08c00053696b077553f4f6master
parent
351303a944
commit
64794c145a
|
@ -332,7 +332,7 @@ development.")
|
||||||
(define-public garcon
|
(define-public garcon
|
||||||
(package
|
(package
|
||||||
(name "garcon")
|
(name "garcon")
|
||||||
(version "4.18.1")
|
(version "4.18.2")
|
||||||
(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/"
|
||||||
|
@ -340,7 +340,7 @@ development.")
|
||||||
"garcon-" version ".tar.bz2"))
|
"garcon-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02y2nkxwx5mp1w6x2ydi3hpgymk7159zvyzk70afp5dcdlm96ypy"))))
|
"0ka35nxqhl4cbmyf9x2ysinihixsqmibqywqr2zqz5iiw699530v"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue