GNU bug report logs -
#64086
[PATCH] gnu: ltris: Update to 1.2.6.
Previous Next
Reported by: Cairn <cairn <at> pm.me>
Date: Thu, 15 Jun 2023 18:52:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/games.scm (ltris): Update to 1.2.6.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 37c51873ab..11bf13335e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2089,14 +2089,14 @@ (define-public gnushogi
(define-public ltris
(package
(name "ltris")
- (version "1.2.4")
+ (version "1.2.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/lgames/ltris/"
"ltris-" version ".tar.gz"))
(sha256
- (base32 "10wg6v12w3jms8ka2x9a87p06l9gzpr94ai9v428c9r320q7psyn"))))
+ (base32 "1xj65kn815x2hq1ynzjyc90dj178xwa2xvx7jx99qf60ahaf4g62"))))
(build-system gnu-build-system)
(arguments
'(#:phases
base-commit: f6047c5b716e5d8f3d8a749f389954e4e4c36c16
--
2.40.1
This bug report was last modified 2 years and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.