all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53987] [PATCH] gnu: tiled: Update to 1.8.1.
@ 2022-02-14  0:08 Jai Vetrivelan
  2022-02-14 10:09 ` bug#53987: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-14  0:08 UTC (permalink / raw)
  To: 53987

[-- Attachment #1: 0001-gnu-tiled-Update-to-1.8.1.patch --]
[-- Type: text/patch, Size: 1791 bytes --]

From 6dcca8794fbae62020013e3397ec9ce945eecc3f Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Mon, 14 Feb 2022 05:35:05 +0530
Subject: [PATCH] gnu: tiled: Update to 1.8.1.

* gnu/packages/game-development.scm (tiled): Update to 1.8.1.
---
 gnu/packages/game-development.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index f417fae8d7..295ee20a90 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -26,6 +26,7 @@
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2021 Andy Tai <atai@atai.org>
 ;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -513,7 +514,7 @@ (define-public slade
 (define-public tiled
   (package
     (name "tiled")
-    (version "1.7.2")
+    (version "1.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -522,7 +523,7 @@ (define-public tiled
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ifxh3sv6gz32gahgi7ba0ivcw5mfgwnrw6iycpav150w9xla43i"))))
+                "05gczsywkk45bh0z1vv8l6cmrlncc2qj8agavj5ryxpnxkzy69r1"))))
     (build-system gnu-build-system)
     (inputs
      (list qtbase-5 qtdeclarative qtsvg zlib))

base-commit: d65979c46c99dc36324ca94aa9650b9de37f22de
prerequisite-patch-id: ca3d82cc956894359957244064bee5fe9979004b
prerequisite-patch-id: 29d25018012a70b0add78de766cf966b7ea5dd79
prerequisite-patch-id: a910d992e5cb5a1976ca5477f46e3a192aac7727
-- 
2.34.0





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

* bug#53987: [PATCH] gnu: tiled: Update to 1.8.1.
  2022-02-14  0:08 [bug#53987] [PATCH] gnu: tiled: Update to 1.8.1 Jai Vetrivelan
@ 2022-02-14 10:09 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-14 10:09 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53987-done

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> * gnu/packages/game-development.scm (tiled): Update to 1.8.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-02-14 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14  0:08 [bug#53987] [PATCH] gnu: tiled: Update to 1.8.1 Jai Vetrivelan
2022-02-14 10:09 ` bug#53987: " Nicolas Goaziou

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.