guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: poke: Update to 1.1.


From: guix-commits
Subject: 02/03: gnu: poke: Update to 1.1.
Date: Sun, 21 Mar 2021 18:42:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d30f8f3a97b6ec2755ce76b2fe2d727fc025428e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Mar 21 22:52:53 2021 +0100

    gnu: poke: Update to 1.1.
    
    * gnu/packages/engineering.scm (poke): Update to 1.1.
---
 gnu/packages/engineering.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 9358b2f..f3c6e6f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2968,18 +2968,14 @@ GUI.")
 (define-public poke
   (package
     (name "poke")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/poke/poke-" version
                                   ".tar.gz"))
               (sha256
                (base32
-                "02jvla69xd0nnlg2bil2vxxxglqgylswml6h5hy2nxy0023hp4yy"))))
-
-    ;; XXX: Version 1.0 only supports 64-bit systems.
-    (supported-systems '("x86_64-linux" "aarch64-linux"))
-
+                "1mkaq19a8d951n9l6d3f8rwq45a7gkr05snb285idd21qxixys6d"))))
     (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]