[PATCH] gnu: poke: Update to 3.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
A
A
Andy Tai wrote on 22 Aug 2023 08:18
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
3af3a21c0834edd0bb123d65d873394e3242ec36.1692685066.git.atai@atai.org
* gnu/packages/engineering.scm (poke): Update to 3.3
---
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 e0f7199d2e..2f37baabc3 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3113,13 +3113,13 @@ (define-public meshlab
(define-public poke
(package
(name "poke")
- (version "3.2")
+ (version "3.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz"))
(sha256
- (base32 "15qd9z3wv7jrdlh6f9hwgni54ssdz8hzrn4lxiacwv1sslfmb3km"))
+ (base32 "0vlm9xcr7rrfli2x4hi2q41nh8vjd2izpz4zd0xwhqshx2flb000"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: b15381460ed74e72792ff182dd2ca7a06ba59b0c
--
2.41.0
M
M
Maxim Cournoyer wrote on 2 Sep 2023 18:20
(name . Andy Tai)(address . atai@atai.org)(address . 65448-done@debbugs.gnu.org)
87sf7wy2bp.fsf@gmail.com
Hello,

Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/engineering.scm (poke): Update to 3.3

Installed, thanks!

--
Maxim
Closed
?
Your comment

This issue is archived.

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

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