all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64086] [PATCH] gnu: ltris: Update to 1.2.6.
@ 2023-06-15 18:51 Cairn via Guix-patches via
  2023-06-20 21:28 ` bug#64086: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Cairn via Guix-patches via @ 2023-06-15 18:51 UTC (permalink / raw)
  To: 64086; +Cc: Cairn

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-20 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15 18:51 [bug#64086] [PATCH] gnu: ltris: Update to 1.2.6 Cairn via Guix-patches via
2023-06-20 21:28 ` bug#64086: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.