guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: poke: Update to 1.3.


From: guix-commits
Subject: branch master updated: gnu: poke: Update to 1.3.
Date: Sun, 06 Jun 2021 03:54:15 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1fd8819  gnu: poke: Update to 1.3.
1fd8819 is described below

commit 1fd8819fac313d99c06f07477076be2d66e06a92
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 6 10:53:46 2021 +0300

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

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5a97d25..981dd9e 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2745,14 +2745,14 @@ GUI.")
 (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.



reply via email to

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