[PATCH] gnu: sdl2: Update to 2.0.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210203233733.9788-1-vincent.legoll@gmail.com
* gnu/packages/sdl.scm (sdl2): Update to 2.0.14.
---
gnu/packages/sdl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Vincent Legoll wrote 4 years ago
Re: bug#46280: Acknowledgement ([PATCH] gnu: sdl2: Update to 2.0.14.)
(address . 46280@debbugs.gnu.org)
CAEwRq=pxicdz53JOL_QDUQ1rj4vJ3SOzJ0jQisWHPgJUyu=gzQ@mail.gmail.com
For staging:
Building the following 230 packages would ensure
368 dependent packages are rebuilt.

--
Vincent Legoll
Leo Famulari wrote 4 years ago
Re: [bug#46280] [PATCH] gnu: sdl2: Update to 2.0.14.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46280-done@debbugs.gnu.org)
YDFQ2ywfcBTEIB9c@jasmine.lan
On Thu, Feb 04, 2021 at 12:37:33AM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/sdl.scm (sdl2): Update to 2.0.14.

Thanks! Pushed to staging as 140c667cb6bd21022e8e3b02f8ee7e9df66d32b5
Closed
?
Your comment

This issue is archived.

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

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