mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +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:
parent
1bed1d8481
commit
c3eab98ccd
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
||||||
(define-public libxfce4util
|
(define-public libxfce4util
|
||||||
(package
|
(package
|
||||||
(name "libxfce4util")
|
(name "libxfce4util")
|
||||||
(version "4.16.0")
|
(version "4.18.1")
|
||||||
(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/"
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
"/" name "-" version ".tar.bz2"))
|
"/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10svnpc8ggasym1pfgh24bfr0ndqs6lc7v1wmpsizj0zbms8snb0"))))
|
"07xhs4lpirn5hgmpf76j7sc5k6whjxlyxnfa70i2arnwb8x0clla"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config gobject-introspection intltool vala))
|
(list pkg-config gobject-introspection intltool vala))
|
||||||
|
|
Loading…
Add table
Reference in a new issue