[PATCH] gnu: poke: Update to 4.3.

  • Open
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 7 hours ago
(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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76972@debbugs.gnu.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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help