mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: sdl2-image: Update to 2.0.3.
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.3.
This commit is contained in:
parent
945449b40b
commit
e5bea952ea
1 changed files with 2 additions and 2 deletions
|
@ -349,7 +349,7 @@ (define (propagated-inputs-with-sdl2 package)
|
||||||
(define-public sdl2-image
|
(define-public sdl2-image
|
||||||
(package (inherit sdl-image)
|
(package (inherit sdl-image)
|
||||||
(name "sdl2-image")
|
(name "sdl2-image")
|
||||||
(version "2.0.2")
|
(version "2.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -357,7 +357,7 @@ (define-public sdl2-image
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s3ciydixrgv34vlf45ak5syq5nlfaqf19wf162lbz4ixxd0gpvj"))))
|
"0s13dmakn21q6yw8avl67d4zkxzl1wap6l5nwf6cvzrmlxfw441m"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(propagated-inputs-with-sdl2 sdl-image))))
|
(propagated-inputs-with-sdl2 sdl-image))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue