mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: poke: Update to 1.3.
* gnu/packages/engineering.scm (poke): Update to 1.3.
This commit is contained in:
parent
da28abcfb0
commit
1fd8819fac
1 changed files with 2 additions and 2 deletions
|
@ -2745,14 +2745,14 @@ (define-public meshlab
|
|||
(define-public poke
|
||||
(package
|
||||
(name "poke")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/poke/poke-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qnz7lc681nxa16rw9n9q4spy9fas6m2adrpb49imh34bgdgh77n"))))
|
||||
"06qgry1pal2vampmbmc1lzlhf1qnjkd8py781r5h020v981n6y5s"))))
|
||||
(build-system gnu-build-system)
|
||||
;; The GUI, which we elide, requires tcl and tk.
|
||||
(native-inputs `(;; Requires bison 3.6+ but we currently only have 3.5.
|
||||
|
|
Loading…
Reference in a new issue