gnu: poke: Update to 1.1.
* gnu/packages/engineering.scm (poke): Update to 1.1.
This commit is contained in:
parent
9da5ec7099
commit
d30f8f3a97
@ -2968,18 +2968,14 @@ GUI.")
|
|||||||
(define-public poke
|
(define-public poke
|
||||||
(package
|
(package
|
||||||
(name "poke")
|
(name "poke")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(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
|
||||||
"02jvla69xd0nnlg2bil2vxxxglqgylswml6h5hy2nxy0023hp4yy"))))
|
"1mkaq19a8d951n9l6d3f8rwq45a7gkr05snb285idd21qxixys6d"))))
|
||||||
|
|
||||||
;; XXX: Version 1.0 only supports 64-bit systems.
|
|
||||||
(supported-systems '("x86_64-linux" "aarch64-linux"))
|
|
||||||
|
|
||||||
(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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user