[PATCH] gnu: gtypist: Update to 2.10.1.

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

Debbugs page

Andy Tai wrote 1 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
f0afd545d137ae23ec8958bbde75c41c77788467.1738647289.git.atai@atai.org
* gnu/packages/games.scm (gtypist): Update to 2.10.1.

Change-Id: If317f77c07b5af5b37e6add66caaeeb33fd71c46
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

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

base-commit: d48da2d21610f9cf5f76cd846703b12beedb1fd5
--
2.34.1
jgart wrote 4 weeks ago
fce750ca307e2149b5325b96d550cbd4ca3eb079@dismail.de
Applied, thanks.

all best,

jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 76042@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76042
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help