GNU bug report logs -
#76755
[PATCH] gnu: sdl2-image: Update to 2.8.8.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#76755: [PATCH] gnu: sdl2-image: Update to 2.8.8.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76755 <at> debbugs.gnu.org.
--
76755: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76755
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
guix-patches--- via <guix-patches <at> gnu.org> writes:
> * 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(-)
>
> 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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(-)
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
This bug report was last modified 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.