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

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 24fa4ff965 gnu: poke: Update to 4.2.
24fa4ff965 is described below

commit 24fa4ff96509d60ae9990fe3ce0fb48615d7d3d2
Author: Andy Tai <[email protected]>
AuthorDate: Sun Jun 30 21:15:06 2024 -0700

    gnu: poke: Update to 4.2.
    
    * gnu/packages/engineering.scm (poke): Update to 4.2.
    
    Change-Id: I35111e06a68601805ab6159dce9261f80df205d0
    Signed-off-by: jgart <[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 fcb73eab12..64335d89f7 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3159,13 +3159,13 @@ program that can perform mesh processing tasks in batch 
mode, without a GUI.")
 (define-public poke
   (package
     (name "poke")
-    (version "4.1")
+    (version "4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/poke/poke-" version
                                   ".tar.gz"))
               (sha256
-               (base32 "0h6px4k31m5rfdmrazlismrfbmccgvwvn4lf4gaaqx3k3yjaxv08"))
+               (base32 "1plv26x38jy2g97f7gj2kivjwlgcx5cja3m41qa56yin3vk3dbwa"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to