[PATCH] gnu: love: Update to 11.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Adriel Dumas--Jondeau
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Adriel Dumas--Jondeau
Severity
normal

Debbugs page

Adriel Dumas--Jondeau wrote 2 months ago
(address . guix-patches@gnu.org)
1849df7b61b724091eb9b6a01cabaabc54838171.1736676138.git.leirda@disroot.org
* gnu/packages/game-development.scm (love): Update to 11.5.

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

Toggle diff (28 lines)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 12d58cd1cf..84c40e5165 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -991,14 +991,14 @@ (define-public physfs
(define-public love
(package
(name "love")
- (version "11.4")
+ (version "11.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/love2d/love/releases/download/"
version "/love-" version "-linux-src.tar.gz"))
(sha256
- (base32 "0sak3zjpzfs3ys315m8qvszi946fz76jcpsb58j11wplyp5fwbz3"))))
+ (base32 "0fachzyfl26gwg13l5anfppzljxpmd0pvwpap0lgva8syx1hhvh6"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))

base-commit: bd24a13c572f1c4cf0e104adc7ca81fe71fee632
prerequisite-patch-id: b20e1422294dc4454348104ecfb97edad03ac29a
prerequisite-patch-id: 42bc7c40252a77f7812e2152e51115d13a715fa6
prerequisite-patch-id: 21d9aeb750fdf10dc79144d6085681021b50a2e8
--
2.47.1
Sharlatan Hellseher wrote 2 months ago
(address . 75511-done@debbugs.gnu.org)
87cygrkd9e.fsf@gmail.com
Hi,

Thanks for the patch.

It's simple enough, applied, built and tested successfully, love it to
merge to master as f365d6c6365b823bae2ae06d53088088ee07fba7.

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmeEIN0ACgkQdtcnv/Ys
0rWJNRAAkSWwio76GhnskLLV61RtE7wNwN59jvycZX9YfEhZBCcD4OZRQq85gf5N
0qHF88V933ZDBEPNniYi9zXGuPNoNfeFiStMBdWufUI8dE3drGIMmvDbHcfAingQ
a+15IttGlGb5wWy3VwhS5dEPRoR8Eu6825QEluSAr4Uf10I+J0zocCJzm/gFrADl
bgJNuTHPyQL34uaHNOQiePibGI49zWFQoVhcfon9i6l6HWUveII4+dw5HWYWzl6k
OJbshhLhfObRbKxkOajasH+ScO2XFZ8oAnTrhTrBKkZB62x8LFke7vvVT6GEijYe
i/HjzduruseDVI44O3CDJLTBqU+YDyrNTkMdtpMnx85P3I1W5OUbyEkbk7sTs6DZ
368T7Da0dL9OBHrlGmbh/qQ4P0AlbtvVMDnnb0fsWVqtTcNPGQi8kOS0JHvk0xcT
8vFVaqNLrZlA2NmY++aEap5aCMpO4c/7QDh16VPQUj19MrD/b+e3vOyaeshbAwW0
5VAoVA96bmb53MSUeq1UhN5k1oCcIp2K2WWh+ph7yxUDNL/mixeuKMeTJYDyIFAc
/WJGLur1RQqmm39aHXqEgfU+REG++Iw+zslDQX2CCNfKwnHrAd5b3kmNKkHnLLBM
/6uMX/fnf02OMHf9AS9JmuTeZLTV3BMIxA1Jq5HqzViT0RhTQq4=
=/xkv
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 75511
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