guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/15: gnu: xfce4-appfinder: Update to 4.18.1.


From: guix-commits
Subject: 05/15: gnu: xfce4-appfinder: Update to 4.18.1.
Date: Tue, 12 Mar 2024 06:17:09 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit b6701d3a84328b95cb6abaaf652d028a85179425
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 9 12:42:05 2024 +0800

    gnu: xfce4-appfinder: Update to 4.18.1.
    
    * gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.18.1.
    
    Change-Id: Ice902179d6991d9e887aeb2d9dfe144530c5dcf7
---
 gnu/packages/xfce.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]