z572 pushed a commit to branch kde-team
in repository guix.
commit f12d8833f4c5b0a97f0ee5fbb2934f32b944db93
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 18:26:21 2024 +0800
gnu: kosmindoormap: Update to 24.05.2.
* gnu/packages/kde.scm (kosmindoormap): Update to 24.05.2.
[inputs]: Remove qtbase-5 and qtdeclarative-5; add qtbase and qtdeclarative.
[native-inputs]: Add python-minimal.
Change-Id: I89471f65e6b717301ad17385b60d1348dc0b0eec
---
gnu/packages/kde.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 92ee0cfbeb..fb3fa82d39 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1160,21 +1160,21 @@ opening hours expressions.")
(define-public kosmindoormap
(package
(name "kosmindoormap")
- (version "23.04.3")
+ (version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz"))
(sha256
(base32
- "1winrgc3698wjpil0hblw7bgbgaxgjh6h3dsl1kwc77w14f6vql3"))))
+ "1inch8vnh96lbklrj9w6d7vyqnbaig8f0kgfr5k7i5983vqpsvlm"))))
(build-system cmake-build-system)
- (native-inputs (list bison extra-cmake-modules flex))
+ (native-inputs (list bison extra-cmake-modules flex python-minimal))
(inputs (list ki18n
kopeninghours
kpublictransport
- qtbase-5
- qtdeclarative-5
+ qtbase
+ qtdeclarative
zlib))
(home-page "https://invent.kde.org/libraries/kosmindoormap")
(synopsis "Indoor map renderer")