[PATCH] gnu: sdl2-image: Update to 2.8.8.

  • Open
  • quality assurance status badge
Details
One participant
  • Nguyễn Gia Phong
Owner
unassigned
Submitted by
Nguyễn Gia Phong
Severity
normal

Debbugs page

Nguyễn Gia Phong wrote 1 weeks ago
(address . guix-patches@gnu.org)(name . Nguyễn Gia Phong)(address . mcsinyx@disroot.org)
d0bfdca3fc17105bf4da80e66443c1e92510000c.1741157479.git.mcsinyx@disroot.org
* gnu/packages/sdl.scm (sdl2-image): Update to 2.8.8.

Change-Id: I7659742662dbb1977ee8228230db327bd74fba94
---
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 42fcf35d40fe..679d2492b184 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -545,7 +545,7 @@ (define-public sdl2-gfx
(define-public sdl2-image
(package (inherit sdl-image)
(name "sdl2-image")
- (version "2.6.3")
+ (version "2.8.8")
(source
(origin
(method url-fetch)
@@ -553,7 +553,7 @@ (define-public sdl2-image
(string-append "https://www.libsdl.org/projects/SDL_image/release/"
"SDL2_image-" version ".tar.gz"))
(sha256
- (base32 "0b1i6r46pzvyp924pwn74d78gvkyif15ghbxkfp8yz0xpzjrn74k"))))
+ (base32 "02p3gh4mc8dgf26bl30rfirwi0qspq6453lcwg8208pzv9pva4r2"))))
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-image))
(properties '((upstream-name . "SDL2_image")))))

base-commit: 7b33214d80e3e07421626449415e14bf120d93c9
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

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

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