GNU bug report logs - #76972
[PATCH] gnu: poke: Update to 4.3.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 12 Mar 2025 04:47:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: poke: Update to 4.3.
Date: Tue, 11 Mar 2025 21:46:14 -0700
* gnu/packages/engineering.scm (poke): Update to 4.3.
[source]: Adapt snippet.

Change-Id: I7292758fdbf9037c17c470ef9fdba245064795d3
---
 gnu/packages/engineering.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 225400852a7..7363b8b9347 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3655,19 +3655,18 @@ (define-public meshlab
 (define-public poke
   (package
     (name "poke")
-    (version "4.2")
+    (version "4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/poke/poke-" version
                                   ".tar.gz"))
               (sha256
-               (base32 "1plv26x38jy2g97f7gj2kivjwlgcx5cja3m41qa56yin3vk3dbwa"))
+               (base32 "0wwkawchhmzvkj46nc8pwlnb6g5qc83gv0943x0mmm2hblbvjk58"))
               (modules '((guix build utils)))
               (snippet
                '(begin
                   ;; Delete files generated by Bison.
                   (delete-file "gl/parse-datetime.c")
-                  (delete-file "gl/parse-datetime-gen.h")
                   (delete-file "jitter/example-vms/structured/structured-parser.c")
                   (delete-file "jitter/example-vms/structured/structured-parser.h")
                   (delete-file "jitter/jitterc/jitterc-parser.c")

base-commit: f70ad6267bf2bbafbf5eb0a1d04e2d624af796c5
-- 
2.48.1





This bug report was last modified 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.