guix-commits
[Top][All Lists]
Advanced

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

67/332: gnu: kdesignerplugin: Update to 5.108.0.


From: guix-commits
Subject: 67/332: gnu: kdesignerplugin: Update to 5.108.0.
Date: Thu, 3 Aug 2023 05:43:39 -0400 (EDT)

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

commit aacb142b645f71f376afdb718c8666efc3ec0e70
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 23:39:30 2023 +0800

    gnu: kdesignerplugin: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kdesignerplugin): Update to 5.108.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 1dd1319c6f..d36000197a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2397,7 +2397,7 @@ started on demand.")
 (define-public kdesignerplugin
   (package
     (name "kdesignerplugin")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2406,7 +2406,7 @@ started on demand.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17b0javl6k5zcmx04aqzmh3qdgwvzhf62x603m4pg6xbl3zns67g"))))
+                "0ibd1sgyiawl7b25ag1qs80s0vai16ab1zmdrhx85gd1583vkyab"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools qttools-5))



reply via email to

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