mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: libxfce4util: Update to 4.18.2.
* gnu/packages/xfce.scm (libxfce4util): Update to 4.18.2. Change-Id: Idbc7bdef940ddc6feff4b60832326ebe779192ba
This commit is contained in:
parent
f3e95ca8ba
commit
17db97c9ac
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ (define-public gtk-xfce-engine
|
|||
(define-public libxfce4util
|
||||
(package
|
||||
(name "libxfce4util")
|
||||
(version "4.18.1")
|
||||
(version "4.18.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -119,7 +119,7 @@ (define-public libxfce4util
|
|||
"/" name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"07xhs4lpirn5hgmpf76j7sc5k6whjxlyxnfa70i2arnwb8x0clla"))))
|
||||
"0ly3i4w2xb9rcmkr34d8yrig3fvb4yxzranl1i9f5xvq5cc2k8yr"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config gobject-introspection intltool vala))
|
||||
|
|
Loading…
Reference in a new issue