[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: poke: Update to 2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: poke: Update to 2.1. |
Date: |
Tue, 08 Feb 2022 05:00:37 -0500 |
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 e37e7195e9 gnu: poke: Update to 2.1.
e37e7195e9 is described below
commit e37e7195e9f2157fe17d36536507ace7d33ef984
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 8 11:59:22 2022 +0200
gnu: poke: Update to 2.1.
* gnu/packages/engineering.scm (poke): Update to 2.1.
---
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 8464397958..ca665385bc 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2814,13 +2814,13 @@ GUI.")
(define-public poke
(package
(name "poke")
- (version "2.0")
+ (version "2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz"))
(sha256
- (base32 "0n4sdfi0lwmva9h47xz32r6mwpaslhq2mcls1ifgpj8jw7rjp0jv"))
+ (base32 "0w168jcjahl3jawkhnh0dc10mcw4nwv4yawwc8xhqm5w3dn8wlnd"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: poke: Update to 2.1.,
guix-commits <=