mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: xfce4-appfinder: Update to 4.18.0.
* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.18.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f3b2c69216
commit
1f48ba90f1
1 changed files with 2 additions and 2 deletions
|
@ -598,7 +598,7 @@ (define-public xfce4-xkb-plugin
|
||||||
(define-public xfce4-appfinder
|
(define-public xfce4-appfinder
|
||||||
(package
|
(package
|
||||||
(name "xfce4-appfinder")
|
(name "xfce4-appfinder")
|
||||||
(version "4.16.1")
|
(version "4.18.0")
|
||||||
(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/"
|
||||||
|
@ -607,7 +607,7 @@ (define-public xfce4-appfinder
|
||||||
"/" name "-" version ".tar.bz2"))
|
"/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v77h5634n49idci2jiw0k7jjk0vzpsvgyx2fkp18l39jayykqxz"))))
|
"136137w2xc78jq0xcbymjwdxapllwyy7h3ydshz0gli7ngbrhaln"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list pkg-config intltool))
|
||||||
|
|
Loading…
Reference in a new issue