GNU bug report logs - #46280
[PATCH] gnu: sdl2: Update to 2.0.14.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Wed, 3 Feb 2021 23:38:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#46280: closed (Re: [bug#46280] [PATCH] gnu: sdl2: Update to
 2.0.14.)
Date: Sat, 20 Feb 2021 18:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46280: [PATCH] gnu: sdl2: Update to 2.0.14.

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 46280 <at> debbugs.gnu.org.

-- 
46280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46280
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 46280-done <at> debbugs.gnu.org
Subject: Re: [bug#46280] [PATCH] gnu: sdl2: Update to 2.0.14.
Date: Sat, 20 Feb 2021 13:11:39 -0500
On Thu, Feb 04, 2021 at 12:37:33AM +0100, Vincent Legoll wrote:
> * gnu/packages/sdl.scm (sdl2): Update to 2.0.14.

Thanks! Pushed to staging as 140c667cb6bd21022e8e3b02f8ee7e9df66d32b5

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: sdl2: Update to 2.0.14.
Date: Thu,  4 Feb 2021 00:37:33 +0100
* gnu/packages/sdl.scm (sdl2): Update to 2.0.14.
---
 gnu/packages/sdl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index e4e452fec5..80d72cd0a1 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ joystick, and graphics hardware.")
 (define-public sdl2
   (package (inherit sdl)
     (name "sdl2")
-    (version "2.0.12")
+    (version "2.0.14")
     (source (origin
              (method url-fetch)
              (uri
@@ -123,7 +123,7 @@ joystick, and graphics hardware.")
                              version ".tar.gz"))
              (sha256
               (base32
-               "0qy8wbqvfkb5ps8kxgaaf2zzpkjqbsw712hlp74znbn0jpv6i4il"))))
+               "1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq"))))
     (arguments
      (substitute-keyword-arguments (package-arguments sdl)
        ((#:configure-flags flags)
-- 
2.30.0




This bug report was last modified 4 years and 93 days ago.

Previous Next


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