[PATCH] gnu: sdl2: Update to 2.30.3.

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • John Kehayias
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 9 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
d44a8be15bc5330bcc58307d3b3dbb38ab722775.1718191963.git.atai@atai.org
* gnu/packages/sdl.scm (sdl2): Update to 2.30.3.

Change-Id: If47b9e28adbd6bf7d5d5afb0eae7580b211fc2a5
---
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 d3a0e33b19..a66e76ad82 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -118,7 +118,7 @@ (define-public sdl2
(package
(inherit sdl)
(name "sdl2")
- (version "2.30.1")
+ (version "2.30.3")
(source (origin
(method url-fetch)
(uri
@@ -126,7 +126,7 @@ (define-public sdl2
version ".tar.gz"))
(sha256
(base32
- "0fj7gxc7rlzzrafnx9nmf7ws3paxy583fmx7bcbavi6gr3xmy881"))))
+ "1v0a1x8rl28sqi0bx1c74vg88nfj597i1bhxihc50nwg5w3l0142"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
--
2.34.1
Maxim Cournoyer wrote 9 months ago
(name . Andy Tai)(address . atai@atai.org)
87sex36p8c.fsf@gmail.com
Hi,

Andy Tai <atai@atai.org> writes:

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

This looks fine but would cause 850 packages to be rebuilt. Perhaps
worth going through a mesa/graphics topic branch; what do you think,
John?

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

--
Thanks,
Maxim
John Kehayias wrote 5 months ago
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
87ed4s4mcn.fsf@protonmail.com
Hi Andy and Maxim,

On Sun, Jun 23, 2024 at 10:36 PM, Maxim Cournoyer wrote:

Toggle quote (12 lines)
> Hi,
>
> Andy Tai <atai@atai.org> writes:
>
>> * gnu/packages/sdl.scm (sdl2): Update to 2.30.3.
>
> This looks fine but would cause 850 packages to be rebuilt. Perhaps
> worth going through a mesa/graphics topic branch; what do you think,
> John?
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

Sorry I missed this at the time. Having gotten back to a current round
on the mesa-updates branch, I just pushed
to update sdl2 to the current version 2.30.8.

Thank you and apologies for the superseded work! Closing.

John
Closed
?
Your comment

This issue is archived.

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

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