GNU bug report logs - #75511
[PATCH] gnu: love: Update to 11.5.

Previous Next

Package: guix-patches;

Reported by: Adriel Dumas--Jondeau <leirda <at> disroot.org>

Date: Sun, 12 Jan 2025 10:03:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adriel Dumas--Jondeau <leirda <at> disroot.org>
Subject: bug#75511: closed ([PATCH] gnu: love: Update to 11.5.)
Date: Sun, 12 Jan 2025 20:08:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75511: [PATCH] gnu: love: Update to 11.5.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75511 <at> debbugs.gnu.org.

-- 
75511: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75511
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75511-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: love: Update to 11.5.
Date: Sun, 12 Jan 2025 20:06:53 +0000
[Message part 3 (text/plain, inline)]
Hi,

Thanks for the patch.

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

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Adriel Dumas--Jondeau <leirda <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: love: Update to 11.5.
Date: Sun, 12 Jan 2025 11:02:18 +0100
* 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(-)

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




This bug report was last modified 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.