[PATCH] gnu: poke: Update to 2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • phodina
Owner
unassigned
Submitted by
phodina
Severity
normal
P
P
phodina wrote on 28 Jan 2022 19:11
(name . Guix Patches)(address . guix-patches@gnu.org)
RoeA5Hjni0iYanVsodDWJaY9MyrAzRi-CxWQTHCF6zqXPHY-fXTMUI2K0eNZv5KwKRpHj9Kj9rLocYGRTl4z5AdyWd-M8k3SAhNZqlX1z7E=@protonmail.com
Hello,

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


----
Petr
Attachment: file
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.

Toggle diff (31 lines)
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
L
L
Ludovic Courtès wrote on 31 Jan 2022 23:57
(name . phodina)(address . phodina@protonmail.com)
87mtjb8qdr.fsf@gnu.org
Hi,

phodina <phodina@protonmail.com> skribis:

Toggle quote (4 lines)
> 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’.
Closed
?