[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: poke: Update to 1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: poke: Update to 1.2. |
Date: |
Sun, 18 Apr 2021 14:22:02 -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 28e09d7 gnu: poke: Update to 1.2.
28e09d7 is described below
commit 28e09d7fc09cba2729778c5ae1365afa4aebe6ac
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 18 21:01:04 2021 +0300
gnu: poke: Update to 1.2.
* gnu/packages/engineering.scm (poke): Update to 1.2.
---
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 99d497f..5b91b55 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2734,14 +2734,14 @@ GUI.")
(define-public poke
(package
(name "poke")
- (version "1.1")
+ (version "1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz"))
(sha256
(base32
- "1mkaq19a8d951n9l6d3f8rwq45a7gkr05snb285idd21qxixys6d"))))
+ "0qnz7lc681nxa16rw9n9q4spy9fas6m2adrpb49imh34bgdgh77n"))))
(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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: poke: Update to 1.2.,
guix-commits <=