summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-03-09 12:42:05 +0800
committer宋文武 <iyzsong@member.fsf.org>2024-03-12 18:02:07 +0800
commit64794c145a12b9ddfcede00d660f8d6954be3e31 (patch)
tree740fcb6301cc76c9aeccf27c8b6ae19ee217ce86 /gnu/packages/xfce.scm
parent351303a94463fe9c468d5d5ec80d54608bc6d683 (diff)
downloadguix-patches-64794c145a12b9ddfcede00d660f8d6954be3e31.tar
guix-patches-64794c145a12b9ddfcede00d660f8d6954be3e31.tar.gz
gnu: garcon: Update to 4.18.2.
* gnu/packages/xfce.scm (garcon): Update to 4.18.2. Change-Id: I45cfb8bca3556849cc08c00053696b077553f4f6
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4c089360a6..9f2e17f532 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -332,7 +332,7 @@ development.")
(define-public garcon
(package
(name "garcon")
- (version "4.18.1")
+ (version "4.18.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -340,7 +340,7 @@ development.")
"garcon-" version ".tar.bz2"))
(sha256
(base32
- "02y2nkxwx5mp1w6x2ydi3hpgymk7159zvyzk70afp5dcdlm96ypy"))))
+ "0ka35nxqhl4cbmyf9x2ysinihixsqmibqywqr2zqz5iiw699530v"))))
(build-system gnu-build-system)
(native-inputs
(list `(,glib "bin") gobject-introspection intltool pkg-config))