guix-commits
[Top][All Lists]
Advanced

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

32/332: gnu: kitemmodels: Update to 5.108.0.


From: guix-commits
Subject: 32/332: gnu: kitemmodels: Update to 5.108.0.
Date: Wed, 2 Aug 2023 10:36:39 -0400 (EDT)

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

commit c08c26dd67def3f7c90c97b87e0151339a550cd0
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 13:00:53 2023 +0800

    gnu: kitemmodels: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kitemmodels): 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 424e097735..e6f60f9689 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -921,7 +921,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
 (define-public kitemmodels
   (package
     (name "kitemmodels")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -930,7 +930,7 @@ of applications that follow the Kirigami Human Interface 
Guidelines.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1z9swjmll833jxy2ym63zzgi9vl8ld79mgypndqszsrd4mfsbs16"))))
+                "05dd1d1dxkbjrr6x73ndsrabzaa02m3cn1h4dmsgpydy1rkzbj9v"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

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