mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
a8f58bfafb
commit
f12d8833f4
1 changed files with 5 additions and 5 deletions
|
@ -1160,21 +1160,21 @@ (define-public kopeninghours
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue