This is an automated email from the git hooks/post-receive script.

ieure pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e771a4c7c7 gnu: gtypist: Update to 2.10.
e771a4c7c7 is described below

commit e771a4c7c7ed289e26811a4f8e5b96be05872ad1
Author: Andy Tai <[email protected]>
AuthorDate: Fri Jan 3 22:10:01 2025 -0800

    gnu: gtypist: Update to 2.10.
    
    * gnu/packages/games.scm (gtypist): Update to 2.10.
    
    Change-Id: I20533975796cd47f685b6a79297285f0b5850e25
    Signed-off-by: Ian Eure <[email protected]>
---
 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'

Reply via email to