* [bug#59482] [PATCH] gnu: sdl2: Update to 2.26.0.
@ 2022-11-22 14:40 dan
2023-01-29 6:28 ` [bug#59482] [staging] [PATCH] gnu: sdl2: Update to 2.26.2 宋文武 via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: dan @ 2022-11-22 14:40 UTC (permalink / raw)
To: 59482
* gnu/packages/sdl.scm (sdl2): Update to 2.26.0.
---
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 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#59482] [staging] [PATCH] gnu: sdl2: Update to 2.26.2.
2022-11-22 14:40 [bug#59482] [PATCH] gnu: sdl2: Update to 2.26.0 dan
@ 2023-01-29 6:28 ` 宋文武 via Guix-patches via
2023-03-31 3:57 ` bug#59482: " Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-29 6:28 UTC (permalink / raw)
To: dan; +Cc: 59482
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
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:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sdl2-Update-to-2.26.2.patch --]
[-- Type: text/x-patch, Size: 1189 bytes --]
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
--
2.39.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#59482: [staging] [PATCH] gnu: sdl2: Update to 2.26.2
2023-01-29 6:28 ` [bug#59482] [staging] [PATCH] gnu: sdl2: Update to 2.26.2 宋文武 via Guix-patches via
@ 2023-03-31 3:57 ` Maxim Cournoyer
0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-03-31 3:57 UTC (permalink / raw)
To: 宋文武; +Cc: dan, 59482-done
Hello,
宋文武 <iyzsong@envs.net> writes:
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-31 3:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-22 14:40 [bug#59482] [PATCH] gnu: sdl2: Update to 2.26.0 dan
2023-01-29 6:28 ` [bug#59482] [staging] [PATCH] gnu: sdl2: Update to 2.26.2 宋文武 via Guix-patches via
2023-03-31 3:57 ` bug#59482: " Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.