aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-06 18:26:21 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:15 +0800
commitf12d8833f4c5b0a97f0ee5fbb2934f32b944db93 (patch)
tree6723acccae648005f8f65f73e32999b50d111e03 /gnu/packages/kde.scm
parenta8f58bfafb1728f10656a2bac4a4eea35de4ad9d (diff)
downloadguix-f12d8833f4c5b0a97f0ee5fbb2934f32b944db93.tar.gz
guix-f12d8833f4c5b0a97f0ee5fbb2934f32b944db93.zip
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
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r--gnu/packages/kde.scm10
1 files 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")