diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-03-09 12:42:05 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-03-12 18:02:07 +0800 |
commit | b6701d3a84328b95cb6abaaf652d028a85179425 (patch) | |
tree | 6b3e300bd042529e1a46f4d8cf82cdeba42fccad /gnu/packages | |
parent | 43fb294937a2f990c707aa7fb4ae30039c20fc92 (diff) | |
download | guix-b6701d3a84328b95cb6abaaf652d028a85179425.tar.gz guix-b6701d3a84328b95cb6abaaf652d028a85179425.zip |
gnu: xfce4-appfinder: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.18.1.
Change-Id: Ice902179d6991d9e887aeb2d9dfe144530c5dcf7
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e4d4058209..44ab0c748d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -605,7 +605,7 @@ per window.") (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 @@ per window.") "/" name "-" version ".tar.bz2")) (sha256 (base32 - "136137w2xc78jq0xcbymjwdxapllwyy7h3ydshz0gli7ngbrhaln")))) + "1yck11y86d45yxsppd1yqk894k3cf5vh91a5sm559gl175jylm4q")))) (build-system gnu-build-system) (native-inputs (list pkg-config intltool)) |