guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: poke: Update to 3.1.


From: guix-commits
Subject: branch master updated: gnu: poke: Update to 3.1.
Date: Thu, 20 Apr 2023 05:31:49 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit fde70e38647539fa43ac6b9f1882af56e29928cb
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Apr 17 21:33:41 2023 -0700

    gnu: poke: Update to 3.1.
    
    * gnu/packages/engineering.scm (poke): Update to 3.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 49a12f70be..363c127969 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2995,13 +2995,13 @@ program that can perform mesh processing tasks in batch 
mode, without a GUI.")
 (define-public poke
   (package
     (name "poke")
-    (version "3.0")
+    (version "3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/poke/poke-" version
                                   ".tar.gz"))
               (sha256
-               (base32 "1pbs6587wcbgdhn4v4l896nzdv7ymgpdmyls95y3534z7krv5abr"))
+               (base32 "0gziizzpdwg1h4znndhapx4ybjqhxycgxdh0f1qyq5h9h6xac1gl"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]