summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2023-01-26 10:38:45 +0200
committerEfraim Flashner <[email protected]>2023-01-26 10:39:00 +0200
commit4e9c737b301900928129ebb882c51d5ec32fcce9 (patch)
tree0b0aea577386ed1efd65af7fd5d5c0df76feb84e
parenta84ceaa8b2e8e121957afea1d1d3fe7c8141cb8d (diff)
gnu: poke: Update to 3.0.
* gnu/packages/engineering.scm (poke): Update to 3.0.
-rw-r--r--gnu/packages/engineering.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5c9551d447..7bed3c52cb 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015 Federico Beffa <[email protected]>
-;;; Copyright © 2016, 2018, 2020, 2021, 2022 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2018, 2020-2023 Efraim Flashner <[email protected]>
;;; Copyright © 2016 David Thompson <[email protected]>
;;; Copyright © 2016, 2017, 2018, 2019, 2021 Ludovic Courtès <[email protected]>
;;; Copyright © 2016, 2017, 2018 Theodoros Foradis <[email protected]>
@@ -2844,13 +2844,13 @@ program that can perform mesh processing tasks in batch mode, without a GUI.")
(define-public poke
(package
(name "poke")
- (version "2.4")
+ (version "3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz"))
(sha256
- (base32 "0ivfzslpdy0n9wcdjyascnqczppaxcq0x4x6hblqqwy62xcjh7l4"))
+ (base32 "1pbs6587wcbgdhn4v4l896nzdv7ymgpdmyls95y3534z7krv5abr"))
(modules '((guix build utils)))
(snippet
'(begin