gnu: sdl2-image: Update to 2.0.2.
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.2.
This commit is contained in:
parent
750db2ebbc
commit
2e465111f1
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ (define (propagated-inputs-with-sdl2 package)
|
|||
(define-public sdl2-image
|
||||
(package (inherit sdl-image)
|
||||
(name "sdl2-image")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -355,7 +355,7 @@ (define-public sdl2-image
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0r3z1l7fdn76qkpy7snpkcjqz8dkv2zp6lsqpq25q4m5xsyaygis"))))
|
||||
"1s3ciydixrgv34vlf45ak5syq5nlfaqf19wf162lbz4ixxd0gpvj"))))
|
||||
(propagated-inputs
|
||||
(propagated-inputs-with-sdl2 sdl-image))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue