[PATCH] gnu: poke: Update to 4.2.

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

Debbugs page

Andy Tai wrote 8 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
f54d91516b7c63414e1a12897d31b676d1809a13.1719807257.git.atai@atai.org
* gnu/packages/engineering.scm (poke): Update to 4.2.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fcb73eab12..64335d89f7 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3159,13 +3159,13 @@ (define-public meshlab
(define-public poke
(package
(name "poke")
- (version "4.1")
+ (version "4.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz"))
(sha256
- (base32 "0h6px4k31m5rfdmrazlismrfbmccgvwvn4lf4gaaqx3k3yjaxv08"))
+ (base32 "1plv26x38jy2g97f7gj2kivjwlgcx5cja3m41qa56yin3vk3dbwa"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: 1a7228b151240de1373bf1c3248bb0277aef0a3e
--
2.34.1
jgart wrote 8 months ago
(address . 71867-done@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
87y16ln01i.fsf@dismail.de
Hi Andy,

Thanks for the patch. Applied!

--
Best regards,
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71867@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71867
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