guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/416: gnu: sdl2-image: Update to 2.6.2.


From: guix-commits
Subject: 61/416: gnu: sdl2-image: Update to 2.6.2.
Date: Fri, 14 Apr 2023 15:25:17 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8a90bec175701add41fb6f8b28c4dfedf49ca464
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 26 11:08:12 2022 +0100

    gnu: sdl2-image: Update to 2.6.2.
    
    * gnu/packages/sdl.scm (sdl2-image): Update to 2.6.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 f5d7c7e019..7bc3aaffd3 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -468,7 +468,7 @@ directory.")
 (define-public sdl2-image
   (package (inherit sdl-image)
     (name "sdl2-image")
-    (version "2.0.5")
+    (version "2.6.2")
     (source
      (origin
        (method url-fetch)
@@ -476,7 +476,7 @@ directory.")
         (string-append "https://www.libsdl.org/projects/SDL_image/release/";
                        "SDL2_image-" version ".tar.gz"))
        (sha256
-        (base32 "1l0864kas9cwpp2d32yxl81g98lx40dhbdp03dz7sbv84vhgdmdx"))))
+        (base32 "0xs7h5cp0sz082rn1bqjqbrgwjhwcskz9i6ikiisq2yhv2s5yda8"))))
     (propagated-inputs
      (propagated-inputs-with-sdl2 sdl-image))
     (properties '((upstream-name . "SDL2_image")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]