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 20d68aedbe gnu: poke: Update to 2.0.
20d68aedbe is described below

commit 20d68aedbe0954be19fca172634a04797fbf484d
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 31 18:31:10 2022 +0200

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

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 23133a50eb..8e4614590b 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus 
<[email protected]>
 ;;; Copyright © 2015 Federico Beffa <[email protected]>
-;;; Copyright © 2016, 2018, 2020, 2021 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2018, 2020, 2021, 2022 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 David Thompson <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2021 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2016, 2017, 2018 Theodoros Foradis <[email protected]>
@@ -2811,13 +2811,13 @@ GUI.")
 (define-public poke
   (package
     (name "poke")
-    (version "1.4")
+    (version "2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/poke/poke-" version
                                   ".tar.gz"))
               (sha256
-               (base32 "095a0qal1fwnqxnal0xb4mp0n4zy97j3ww1j04ij3jb0jpr4s1ff"))
+               (base32 "0n4sdfi0lwmva9h47xz32r6mwpaslhq2mcls1ifgpj8jw7rjp0jv"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to