diff options
author | Andy Tai <atai@atai.org> | 2025-01-03 22:10:01 -0800 |
---|---|---|
committer | Ian Eure <ian@retrospec.tv> | 2025-01-05 13:29:34 -0800 |
commit | e771a4c7c7ed289e26811a4f8e5b96be05872ad1 (patch) | |
tree | e0fde6dc7630258e879f9bc897f68cd091a52191 | |
parent | 059dacaea10c1bab4aef246f17f8936cc86aa052 (diff) |
gnu: gtypist: Update to 2.10.
* gnu/packages/games.scm (gtypist): Update to 2.10.
Change-Id: I20533975796cd47f685b6a79297285f0b5850e25
Signed-off-by: Ian Eure <ian@retrospec.tv>
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files 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' |