diff options
author | Petr Hodina <phodina@protonmail.com> | 2021-12-08 00:29:36 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-09 09:07:24 +0100 |
commit | 479742f195132d48f36d0e5ce5cd2f5d2cf4570e (patch) | |
tree | 841142b900c3a338a99eb96bbcf09869f9e49b6e /gnu/packages | |
parent | 38ea869b201192a5b2791da3987367a09e1a430b (diff) | |
download | guix-479742f195132d48f36d0e5ce5cd2f5d2cf4570e.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 08c01905ab..dc119f5d63 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -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 |