mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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>
This commit is contained in:
parent
059dacaea1
commit
e771a4c7c7
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue