gnu: sdl2-image: Update to 2.0.2.

* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-17 03:38:25 +01:00
parent 750db2ebbc
commit 2e465111f1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))))