3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libxfce4util: Update to 4.18.1.

* gnu/packages/xfce.scm (libxfce4util): Update to 4.18.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Michael Rohleder 2022-12-23 13:07:47 +01:00 committed by 宋文武
parent 1bed1d8481
commit c3eab98ccd
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -106,7 +106,7 @@
(define-public libxfce4util
(package
(name "libxfce4util")
(version "4.16.0")
(version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -114,7 +114,7 @@
"/" name "-" version ".tar.bz2"))
(sha256
(base32
"10svnpc8ggasym1pfgh24bfr0ndqs6lc7v1wmpsizj0zbms8snb0"))))
"07xhs4lpirn5hgmpf76j7sc5k6whjxlyxnfa70i2arnwb8x0clla"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config gobject-introspection intltool vala))