guix-commits
[Top][All Lists]
Advanced

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

13/92: gnu: kcoreaddons: Update to 5.114.0.


From: guix-commits
Subject: 13/92: gnu: kcoreaddons: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:01 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit c2bccf47c4c1f53b238714463743a1147529bd7e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:09 2024 -0500

    gnu: kcoreaddons: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 5.114.0.
    
    Change-Id: I59a8f002cf345abb12db245d26afcaf63fbe5f1e
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 45a99546be..0e7bb6be61 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -649,7 +649,7 @@ propagate their changes to their respective configuration 
files.")
 (define-public kcoreaddons
   (package
     (name "kcoreaddons")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -658,7 +658,7 @@ propagate their changes to their respective configuration 
files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0l8f59ijmcjvrpgysvrw2nmh3jqlzhlqxmgrvybipxpywams3cy8"))))
+                "1wv3s3xsiii96k17nzs2fb0ih2lyg52krf58v44nlk9wfi4wmnqx"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules qttools-5 shared-mime-info))



reply via email to

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