me
/
guix
Archived
1
0
Fork 0

gnu: valeronoi: Update to 0.1.6.

* gnu/packages/engineering.scm (valeronoi): Update to 0.1.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Petr Hodina 2021-12-08 00:29:36 +01:00 committed by Nicolas Goaziou
parent 38ea869b20
commit 479742f195
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1161,7 +1161,7 @@ the 'showing the effect of'-style of operation.")
(define-public valeronoi
(package
(name "valeronoi")
(version "0.1.4")
(version "0.1.6")
(source
(origin
(method git-fetch)
@ -1171,7 +1171,7 @@ the 'showing the effect of'-style of operation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zp653bjqsyixa5j1pp9k12iqsl8dz72yyi38asxmcym1wngsjcd"))))
(base32 "1hpyh4mmjnxgkij7a6rynk2ril5413nkdvf8syn0lqvrmibdg7wv"))))
(build-system cmake-build-system)
(arguments
`(#:phases