guix-commits
[Top][All Lists]
Advanced

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

268/332: gnu: kfind: Update to 23.04.3.


From: guix-commits
Subject: 268/332: gnu: kfind: Update to 23.04.3.
Date: Wed, 2 Aug 2023 10:37:10 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit f49dd0b9404b4bcccedc8725398f5441c01cf549
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Jul 30 07:29:37 2023 +0800

    gnu: kfind: Update to 23.04.3.
    
    * gnu/packages/kde-utils.scm (kfind): Update to 23.04.3.
---
 gnu/packages/kde-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index ea12910dc2..72d260f4af 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -610,14 +610,14 @@ with support for QR scanning.")
 (define-public kfind
   (package
     (name "kfind")
-    (version "22.08.1")
+    (version "23.04.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
                                   version "/src/kfind-" version ".tar.xz"))
               (sha256
                (base32
-                "0py6ygnj7qxbwrldf2a3hqc1cqd5yvyfi1l0nji0hwn8lvidnjhc"))))
+                "03g9cn0wp3f2n9zwzbc5sbcria4hcp2ls77fbxyj3wkady3m50if"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules kdoctools))
     (inputs (list karchive



reply via email to

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