GNU bug report logs - #76755
[PATCH] gnu: sdl2-image: Update to 2.8.8.

Previous Next

Package: guix-patches;

Reported by: Nguyễn Gia Phong <mcsinyx <at> disroot.org>

Date: Wed, 5 Mar 2025 06:52:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
Subject: bug#76755: closed (Re: [bug#76755] [PATCH] gnu: sdl2-image:
 Update to 2.8.8.)
Date: Sun, 30 Mar 2025 03:26:02 +0000
[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)]
From: Z572 <z572 <at> z572.online>
To: guix-patches--- via <guix-patches <at> gnu.org>
Cc: 76755-done <at> debbugs.gnu.org,
 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
Subject: Re: [bug#76755] [PATCH] gnu: sdl2-image: Update to 2.8.8.
Date: Sun, 30 Mar 2025 11:25:38 +0800
[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)]
From: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
Subject: [PATCH] gnu: sdl2-image: Update to 2.8.8.
Date: Wed,  5 Mar 2025 15:51:20 +0900
* 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.