mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: poke: Update to 3.1.
* gnu/packages/engineering.scm (poke): Update to 3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b82a18c8a3
commit
fde70e3864
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue