mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
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:
parent
b437896e87
commit
047589b166
1 changed files with 4 additions and 4 deletions
|
@ -1359,7 +1359,7 @@ (define-public linsmith
|
|||
(define-public valeronoi
|
||||
(package
|
||||
(name "valeronoi")
|
||||
(version "0.1.6")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1369,7 +1369,7 @@ (define-public valeronoi
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hpyh4mmjnxgkij7a6rynk2ril5413nkdvf8syn0lqvrmibdg7wv"))))
|
||||
(base32 "1qkhrqkjsmm0h1bxf2ihkqfhdr18xx5x1i2ds1mla13zm0bw2570"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -1385,8 +1385,8 @@ (define-public valeronoi
|
|||
libxkbcommon
|
||||
mpfr
|
||||
openssl
|
||||
qtbase-5
|
||||
qtsvg-5))
|
||||
qtbase
|
||||
qtsvg))
|
||||
(home-page "https://github.com/ccoors/Valeronoi")
|
||||
(synopsis "WiFi mapping companion application for Valetudo")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue