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.2.


From: guix-commits
Subject: branch master updated: gnu: poke: Update to 3.2.
Date: Sun, 14 May 2023 03:21:44 -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 56f52639bb gnu: poke: Update to 3.2.
56f52639bb is described below

commit 56f52639bb93a4aefe11a794a64a92987125b8b4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 14 09:11:05 2023 +0300

    gnu: poke: Update to 3.2.
    
    * gnu/packages/engineering.scm (poke): Update to 3.2.
---
 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 a8261dfbc1..fe1a074865 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3023,13 +3023,13 @@ program that can perform mesh processing tasks in batch 
mode, without a GUI.")
 (define-public poke
   (package
     (name "poke")
-    (version "3.1")
+    (version "3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/poke/poke-" version
                                   ".tar.gz"))
               (sha256
-               (base32 "0gziizzpdwg1h4znndhapx4ybjqhxycgxdh0f1qyq5h9h6xac1gl"))
+               (base32 "15qd9z3wv7jrdlh6f9hwgni54ssdz8hzrn4lxiacwv1sslfmb3km"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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