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.4.


From: guix-commits
Subject: 02/03: gnu: poke: Update to 1.4.
Date: Mon, 6 Dec 2021 04:42:47 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c70df3c467f86d684967c883e017d76032935880
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 6 10:47:46 2021 +0200

    gnu: poke: Update to 1.4.
    
    * gnu/packages/engineering.scm (poke): Update to 1.4.
    [native-inputs]: Remove clisp, perl, python-2, and python-3.
---
 gnu/packages/engineering.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index b5bc416..9438f4c 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2777,27 +2777,22 @@ GUI.")
 (define-public poke
   (package
     (name "poke")
-    (version "1.3")
+    (version "1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/poke/poke-" version
                                   ".tar.gz"))
               (sha256
-               (base32
-                "06qgry1pal2vampmbmc1lzlhf1qnjkd8py781r5h020v981n6y5s"))))
+               (base32 
"095a0qal1fwnqxnal0xb4mp0n4zy97j3ww1j04ij3jb0jpr4s1ff"))))
     (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.
                      ;; Bison 3.6 will be available in the next core update.
                      ("bison-3.6" ,bison-3.6)
-                     ("clisp" ,clisp)
                      ("dejagnu" ,dejagnu)
                      ("flex" ,flex)
                      ("libtool" ,libtool)
-                     ("perl" ,perl)
-                     ("pkg-config" ,pkg-config)
-                     ("python-2" ,python-2)
-                     ("python-3" ,python-3)))
+                     ("pkg-config" ,pkg-config)))
     ;; FIXME: Enable NBD support by adding `libnbd' (currently unpackaged).
     (inputs `(("json-c" ,json-c)
               ("libgc" ,libgc)



reply via email to

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