[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: poke: Update to 3.3
From: |
guix-commits |
Subject: |
04/08: gnu: poke: Update to 3.3 |
Date: |
Sat, 2 Sep 2023 12:14:26 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 572a2d48dcafe42632d9189f8ac58cf606eb9bde
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Aug 21 23:18:14 2023 -0700
gnu: poke: Update to 3.3
* gnu/packages/engineering.scm (poke): Update to 3.3
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 942b073a01..110c930ced 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3113,13 +3113,13 @@ program that can perform mesh processing tasks in batch
mode, without a GUI.")
(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
- branch master updated (cee17521ec -> 8226549181), guix-commits, 2023/09/02
- 01/08: gnu: pict: Update to 3.7.4., guix-commits, 2023/09/02
- 03/08: gnu: sbcl-njson: Update to 1.1.1., guix-commits, 2023/09/02
- 05/08: gnu: Add emacs-vcard-mode., guix-commits, 2023/09/02
- 04/08: gnu: poke: Update to 3.3,
guix-commits <=
- 06/08: gnu: Add icu4c-for-skia., guix-commits, 2023/09/02
- 08/08: gnu: mcron: Update to 1.2.3., guix-commits, 2023/09/02
- 07/08: gnu: skia: Activate tests., guix-commits, 2023/09/02
- 02/08: gnu: electrum: Update to 4.4.6., guix-commits, 2023/09/02