[staging] [PATCH] gnu: sdl2: Update to 2.26.2

  • Done
  • quality assurance status badge
Details
3 participants
  • dan
  • ???
  • Maxim Cournoyer
Owner
unassigned
Submitted by
dan
Severity
normal
D
[PATCH] gnu: sdl2: Update to 2.26.0.
(address . guix-patches@gnu.org)
20221122144023.3020-1-i@dan.games
* gnu/packages/sdl.scm (sdl2): Update to 2.26.0.
---
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 0c419dfaca..c000107637 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ (define-public sdl2
(package
(inherit sdl)
(name "sdl2")
- (version "2.24.0")
+ (version "2.26.0")
(source (origin
(method url-fetch)
(uri
@@ -123,7 +123,7 @@ (define-public sdl2
version ".tar.gz"))
(sha256
(base32
- "15vd9najhjh6s9z9hhx7zp51iby690a1g3h7kcwjvyb82x5w7r4i"))))
+ "15djpp1bkf5d9mfh3xv9zlr925zq65k3gpvb9g497kpbkwbdf040"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)
--
2.38.1
?
[staging] [PATCH] gnu: sdl2: Update to 2.26.2.
(name . dan)(address . i@dan.games)(address . 59482@debbugs.gnu.org)
87fsbtj1ll.fsf@envs.net
dan <i@dan.games> writes:

Toggle quote (2 lines)
> * gnu/packages/sdl.scm (sdl2): Update to 2.26.0.

Hello, now the staging branch has sdl2-2.26.1, well we can update it to
2.26.2:
From c99cd765cea1ac6cf221e1e131d0733bfab89a39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@member.fsf.org>
Date: Sun, 29 Jan 2023 14:24:22 +0800
Subject: [PATCH] gnu: sdl2: Update to 2.26.2.

* gnu/packages/sdl.scm (sdl2): Update to 2.26.2.
---
gnu/packages/sdl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index f4ef7b474a..b031f2e8b9 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ (define-public sdl2
(package
(inherit sdl)
(name "sdl2")
- (version "2.26.1")
+ (version "2.26.2")
(source (origin
(method url-fetch)
(uri
@@ -123,7 +123,7 @@ (define-public sdl2
version ".tar.gz"))
(sha256
(base32
- "011y6x13z8sd8dlya6d01f1z9czv9gn3gciq21ip2h6pxg3pqlq2"))))
+ "1q4r1camsr17mnpv00d6h3qy93b481rp68r6fbxbszq3vv1rplwm"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)

base-commit: cd5e9bddce1cde307dca446f2e620e7f422e7fe1
--
2.39.1
?
control message for bug #59482
(address . control@debbugs.gnu.org)
87cz6xj1jd.fsf@envs.net
retitle 59482 [staging] [PATCH] gnu: sdl2: Update to 2.26.2
quit
M
M
Maxim Cournoyer wrote on 31 Mar 2023 05:57
Re: bug#59482: [staging] [PATCH] gnu: sdl2: Update to 2.26.2
(name . ???)(address . iyzsong@envs.net)
87355ly3lx.fsf_-_@gmail.com
Hello,

??? <iyzsong@envs.net> writes:

Toggle quote (42 lines)
> dan <i@dan.games> writes:
>
>> * gnu/packages/sdl.scm (sdl2): Update to 2.26.0.
>
> Hello, now the staging branch has sdl2-2.26.1, well we can update it to
> 2.26.2:
>
>>From c99cd765cea1ac6cf221e1e131d0733bfab89a39 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@member.fsf.org>
> Date: Sun, 29 Jan 2023 14:24:22 +0800
> Subject: [PATCH] gnu: sdl2: Update to 2.26.2.
>
> * gnu/packages/sdl.scm (sdl2): Update to 2.26.2.
> ---
> 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 f4ef7b474a..b031f2e8b9 100644
> --- a/gnu/packages/sdl.scm
> +++ b/gnu/packages/sdl.scm
> @@ -115,7 +115,7 @@ (define-public sdl2
> (package
> (inherit sdl)
> (name "sdl2")
> - (version "2.26.1")
> + (version "2.26.2")
> (source (origin
> (method url-fetch)
> (uri
> @@ -123,7 +123,7 @@ (define-public sdl2
> version ".tar.gz"))
> (sha256
> (base32
> - "011y6x13z8sd8dlya6d01f1z9czv9gn3gciq21ip2h6pxg3pqlq2"))))
> + "1q4r1camsr17mnpv00d6h3qy93b481rp68r6fbxbszq3vv1rplwm"))))
> (arguments
> (substitute-keyword-arguments (package-arguments sdl)
> ((#:configure-flags flags)
>
> base-commit: cd5e9bddce1cde307dca446f2e620e7f422e7fe1

Installed, thanks to both of you!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

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

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