guix-commits
[Top][All Lists]
Advanced

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

19/55: gnu: kinfocenter: Update to 6.1.4.


From: guix-commits
Subject: 19/55: gnu: kinfocenter: Update to 6.1.4.
Date: Fri, 9 Aug 2024 12:26:42 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 6a1bc0f289aded9c0031259c5514761b523b5dde
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Aug 9 23:33:50 2024 +0800

    gnu: kinfocenter: Update to 6.1.4.
    
    * gnu/packages/kde-plasma.scm (kinfocenter): Update to 6.1.4.
    
    Change-Id: Icb6e816744eb7e46dc831417e935c1ed2975113b
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index c68eda8dc9..2c5c0419ac 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -711,14 +711,14 @@ functionality")
 (define-public kinfocenter
   (package
     (name "kinfocenter")
-    (version "6.1.3")
+    (version "6.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0f2pqjzkgxa2sylcr560nw1ly998yvzyvpjpvb1q1af5jyzvxi39"))))
+                "1n904nn0jrrih9qk8cz2d2sp9pghr6qn0ra5jbbg2rpz4k1gv78p"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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