guix-commits
[Top][All Lists]
Advanced

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

69/92: gnu: kparts: Update to 5.114.0.


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

apteryx pushed a commit to branch master
in repository guix.

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

    gnu: kparts: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kparts): Update to 5.114.0.
    
    Change-Id: Id5b67bc5e773708e83810acb2a31b11468a42023
---
 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 6c2c7e5a10..44cc5fd21c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2940,7 +2940,7 @@ notifications which can be embedded in your application.")
 (define-public kparts
   (package
     (name "kparts")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2949,7 +2949,7 @@ notifications which can be embedded in your application.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0fckq2dpdqkqyaig61fnjanw2y9j28fckx1zrywnvyzd8q6hs4db"))))
+                "1rrf765p554r7l8j23gx5zxdq6wimh0v91qdkwz7ilm2qr16vd5v"))))
     (build-system qt-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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