gnu: xfce4-appfinder: Update to 4.18.1.

* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.18.1.

Change-Id: Ice902179d6991d9e887aeb2d9dfe144530c5dcf7
This commit is contained in:
宋文武 2024-03-09 12:42:05 +08:00
parent 43fb294937
commit b6701d3a84
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -605,7 +605,7 @@ (define-public xfce4-xkb-plugin
(define-public xfce4-appfinder
(package
(name "xfce4-appfinder")
(version "4.18.0")
(version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -614,7 +614,7 @@ (define-public xfce4-appfinder
"/" name "-" version ".tar.bz2"))
(sha256
(base32
"136137w2xc78jq0xcbymjwdxapllwyy7h3ydshz0gli7ngbrhaln"))))
"1yck11y86d45yxsppd1yqk894k3cf5vh91a5sm559gl175jylm4q"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))