From e771a4c7c7ed289e26811a4f8e5b96be05872ad1 Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Fri, 3 Jan 2025 22:10:01 -0800 Subject: gnu: gtypist: Update to 2.10. * gnu/packages/games.scm (gtypist): Update to 2.10. Change-Id: I20533975796cd47f685b6a79297285f0b5850e25 Signed-off-by: Ian Eure --- gnu/packages/games.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4b49e9725a..27f306e1bc 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4003,14 +4003,14 @@ Portable Game Notation.") (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' -- cgit v1.2.3