diff mbox series

[bug#53612] gnu: poke: Update to 2.0.

Message ID RoeA5Hjni0iYanVsodDWJaY9MyrAzRi-CxWQTHCF6zqXPHY-fXTMUI2K0eNZv5KwKRpHj9Kj9rLocYGRTl4z5AdyWd-M8k3SAhNZqlX1z7E=@protonmail.com
State Accepted
Headers show
Series [bug#53612] gnu: poke: Update to 2.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

phodina Jan. 28, 2022, 6:11 p.m. UTC
Hello,

here's update for poke to version 2.0. Release note are here [1].

[1] https://jemarch.net/poke-2.0-relnotes.html

----
Petr

Comments

Ludovic Courtès Jan. 31, 2022, 10:57 p.m. UTC | #1
Hi,

phodina <phodina@protonmail.com> skribis:

> here's update for poke to version 2.0. Release note are here [1].
>
> [1] https://jemarch.net/poke-2.0-relnotes.html

Efraim just pushed the same patch as
20d68aedbe0954be19fca172634a04797fbf484d.

Thanks,
Ludo’.
diff mbox series

Patch

From 96728cbe8fbd9ba52f9e68a23e8ca66bc6e6f743 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Fri, 28 Jan 2022 19:07:09 +0100
Subject: [PATCH] gnu: poke: Update to 2.0.

* gnu/packages/engineering.scm (poke): Update to 2.0.

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 23133a50eb..1b979cd77a 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -25,7 +25,7 @@ 
 ;;; Copyright © 2021 Gerd Heber <gerd.heber@gmail.com>
 ;;; Copyright © 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
-;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -2811,13 +2811,13 @@  (define-public meshlab
 (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
-- 
2.34.0