[PATCH] gnu: gtypist: Update to 2.10.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ian Eure
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote 7 days ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
6e758250094284238c9fada67a15ef9f5dcd9854.1735970989.git.atai@atai.org
* gnu/packages/games.scm (gtypist): Update to 2.10.

Change-Id: I20533975796cd47f685b6a79297285f0b5850e25
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index d42c0b7d25..c1192e2a19 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4003,14 +4003,14 @@ (define-public xboard
(define-public gtypist
(package
(name "gtypist")
- (version "2.9.5")
+ (version "2.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gtypist/gtypist-"
- version ".tar.xz"))
+ version ".tar.gz"))
(sha256
(base32
- "0xzrkkmj0b1dw3yr0m9hml2y634cc4h61im6zwcq57s7285z8fn1"))
+ "0b2ncxk6vw9d8qi6l08w1ghf06ra78wqyvaz0dnlrj22azcrrrzi"))
(modules '((guix build utils)))
(snippet
;; We do not provide `ncurses.h' within an `ncursesw'

base-commit: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
prerequisite-patch-id: b7907c3fad007fb852a2555b96da84ce3654e7d9
--
2.34.1
I
I
Ian Eure wrote 5 days ago
(address . 75341@debbugs.gnu.org)(address . control@debbugs.gnu.org)
87ttadrlq7.fsf@retrospec.tv
close 75341
thanks

Pushed as e771a4c7c7ed289e26811a4f8e5b96be05872ad1.

-- Ian
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75341@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75341
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch