gnu: valeronoi: Update to 0.2.0.

* gnu/packages/engineering.scm valeronoi: Update to 0.2.0.
[inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg.
This commit is contained in:
Efraim Flashner 2023-10-17 11:15:57 +03:00
parent b437896e87
commit 047589b166
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1359,7 +1359,7 @@ (define-public linsmith
(define-public valeronoi (define-public valeronoi
(package (package
(name "valeronoi") (name "valeronoi")
(version "0.1.6") (version "0.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1369,7 +1369,7 @@ (define-public valeronoi
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1hpyh4mmjnxgkij7a6rynk2ril5413nkdvf8syn0lqvrmibdg7wv")))) (base32 "1qkhrqkjsmm0h1bxf2ihkqfhdr18xx5x1i2ds1mla13zm0bw2570"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -1385,8 +1385,8 @@ (define-public valeronoi
libxkbcommon libxkbcommon
mpfr mpfr
openssl openssl
qtbase-5 qtbase
qtsvg-5)) qtsvg))
(home-page "https://github.com/ccoors/Valeronoi") (home-page "https://github.com/ccoors/Valeronoi")
(synopsis "WiFi mapping companion application for Valetudo") (synopsis "WiFi mapping companion application for Valetudo")
(description (description