guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: poke: Update to 2.4.


From: guix-commits
Subject: 03/03: gnu: poke: Update to 2.4.
Date: Tue, 26 Jul 2022 14:28:45 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 80961ca44c08dd38b9100a54501f71fe693c6171
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 26 21:07:41 2022 +0300

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



reply via email to

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