mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: sdl2-image: Update to 2.6.2.
* gnu/packages/sdl.scm (sdl2-image): Update to 2.6.2.
This commit is contained in:
parent
0e86ee89d4
commit
8a90bec175
1 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ (define-public sdl2-gfx
|
|||
(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 @@ (define-public sdl2-image
|
|||
(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")))))
|
||||
|
|
Loading…
Reference in a new issue