gnu: poke: Update to 1.2.
* gnu/packages/engineering.scm (poke): Update to 1.2.
This commit is contained in:
parent
fef2f08bc6
commit
28e09d7fc0
1 changed files with 2 additions and 2 deletions
|
@ -2734,14 +2734,14 @@ GUI.")
|
||||||
(define-public poke
|
(define-public poke
|
||||||
(package
|
(package
|
||||||
(name "poke")
|
(name "poke")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/poke/poke-" version
|
(uri (string-append "mirror://gnu/poke/poke-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mkaq19a8d951n9l6d3f8rwq45a7gkr05snb285idd21qxixys6d"))))
|
"0qnz7lc681nxa16rw9n9q4spy9fas6m2adrpb49imh34bgdgh77n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; The GUI, which we elide, requires tcl and tk.
|
;; The GUI, which we elide, requires tcl and tk.
|
||||||
(native-inputs `(;; Requires bison 3.6+ but we currently only have 3.5.
|
(native-inputs `(;; Requires bison 3.6+ but we currently only have 3.5.
|
||||||
|
|
Reference in a new issue