[PATCH] gnu: poke: Update to 3.1

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

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230418043341.13856-1-atai@atai.org
* gnu/packages/engineering.scm (poke) :Update to 3.1
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 49a12f70be..363c127969 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2995,13 +2995,13 @@ (define-public meshlab
(define-public poke
(package
(name "poke")
- (version "3.0")
+ (version "3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz"))
(sha256
- (base32 "1pbs6587wcbgdhn4v4l896nzdv7ymgpdmyls95y3534z7krv5abr"))
+ (base32 "0gziizzpdwg1h4znndhapx4ybjqhxycgxdh0f1qyq5h9h6xac1gl"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: 9a5e1dc1f16f5f8c056e64f2077b035784003673
prerequisite-patch-id: 2fe043491619f0182074f836ad7b0c91f725637e
prerequisite-patch-id: 7a298b4692926989c05f033af4daf606fab6e454
--
2.39.2
Efraim Flashner wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 62920-done@debbugs.gnu.org)
ZEEGlBge8agOELzf@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmRBBpEACgkQQarn3Mo9
g1HVzxAAhw6Uyc2GoWU/vSykUIcxASTS29I7Mhi7DPZGzU4eoA4hLSLh0Vstoi5m
x7yYNAUcSx9x81QufRHDHzjm90gdWx7VrK7fnefxUO1GWXGGOV6W/pRlXjjPkY2s
Lv83BPz3Izim1GrkpBx4QQdsghnEB0yNzGRJujgA/CC0zZrfgRXVcLxgBKLPbF/t
byx2YImXizfhzBVg+MqCRe44rlBkllyRyKxeYOjow0pZrUnmi9Yo2j5lT6clitII
aoZTHtqekoMkOi34Gl38Fqdvpo4t4ESwsscIuA8rMuSTOfEpqKNwZtA3n4RCVuqD
BYZzL3FfGctuvBjKZxhzKdh8hdX3BLG8HCEoKQeEJ0jLxV2Io0px6t9Snnqt4bBm
OEC2YsYhXzo4T4NuOB3AI5luMfyf+iuIYqMQvtyQYbuhE6VNqdt8sZKz+BhLhquL
ekaCAVV7mc7tmU+IlqZSjavr6PCuVjsb9/SkumGTHYeNB0+clat9GehxEJtjYyV5
khPQF0mahmI2W3NeF2fj/n/LrCo892W7RSou82JNqR2UsZ0w/P5eH93PJpPWUf88
TT6q9sJTpIMQu2oMQIgAi/zMLP6MGPLzhR2yvz7BPcc8vEqj/cZDIvZhNiwn1M5+
UDdRR+Uu1Hpm/wehAgxfmHV5LFZLJ1u1+G5M1Ud6hTrYh56GBmg=
=2RCN
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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