This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 479742f  gnu: valeronoi: Update to 0.1.6.
479742f is described below

commit 479742f195132d48f36d0e5ce5cd2f5d2cf4570e
Author: Petr Hodina <[email protected]>
AuthorDate: Wed Dec 8 00:29:36 2021 +0100

    gnu: valeronoi: Update to 0.1.6.
    
    * gnu/packages/engineering.scm (valeronoi): Update to 0.1.6.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 08c0190..dc119f5 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

Reply via email to