[PATCH] gnu: poke: Update to 4.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote on 11 Mar 21:46 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
43503b435edcedc55fe667fe43f7eb3380aedf23.1741754725.git.atai@atai.org
* 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(-)

Toggle diff (30 lines)
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
M
M
Maxim Cournoyer wrote on 16 Mar 07:17 -0700
control message for bug #76972
(address . control@debbugs.gnu.org)
87v7s9ys8k.fsf@gmail.com
close 76972
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76972@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76972
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch