[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71867] [PATCH] gnu: poke: Update to 4.2.
From: |
Andy Tai |
Subject: |
[bug#71867] [PATCH] gnu: poke: Update to 4.2. |
Date: |
Sun, 30 Jun 2024 21:15:06 -0700 |
* gnu/packages/engineering.scm (poke): Update to 4.2.
Change-Id: I35111e06a68601805ab6159dce9261f80df205d0
---
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 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
- [bug#71867] [PATCH] gnu: poke: Update to 4.2.,
Andy Tai <=