iyzsong pushed a commit to branch qt-team
in repository guix.

commit 80896f47a300036a521ea175f4c3124b303ee3bd
Author: 宋文武 <[email protected]>
AuthorDate: Mon Feb 10 12:31:40 2025 +0800

    gnu: valeronoi: Update to 0.2.2.
    
    * gnu/packages/engineering.scm (valeronoi): Update to 0.2.2.
    
    Change-Id: Iab9d434f19bbe23c466543ebb6253b2aaee2f650
---
 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 6bd3eb7a5c..e0bd7d4aa4 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1415,7 +1415,7 @@ the 'showing the effect of'-style of operation.")
 (define-public valeronoi
   (package
     (name "valeronoi")
-    (version "0.2.0")
+    (version "0.2.2")
     (source
      (origin
        (method git-fetch)
@@ -1424,7 +1424,7 @@ the 'showing the effect of'-style of operation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qkhrqkjsmm0h1bxf2ihkqfhdr18xx5x1i2ds1mla13zm0bw2570"))
+        (base32 "1f9sh3v66z3sam4cfnqiivimpcmmqlf81apglkkla3lni94db9g4"))
        (snippet #~(begin
                     (use-modules (guix build utils))
                     (delete-file-recursively "3rdparty")

Reply via email to