guix-commits
[Top][All Lists]
Advanced

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

21/92: gnu: kitemmodels: Update to 5.114.0.


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

apteryx pushed a commit to branch master
in repository guix.

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

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



reply via email to

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