me
/
guix
Archived
1
0
Fork 0

gnu: sdl2-ttf: Update to 2.0.15.

* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.15.
master
Tobias Geerinckx-Rice 2019-02-08 14:04:22 +01:00
parent 307182d4f7
commit c97a1c4297
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -386,7 +386,7 @@ directory.")
(define-public sdl2-ttf (define-public sdl2-ttf
(package (inherit sdl-ttf) (package (inherit sdl-ttf)
(name "sdl2-ttf") (name "sdl2-ttf")
(version "2.0.14") (version "2.0.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -399,7 +399,7 @@ directory.")
#t)) #t))
(sha256 (sha256
(base32 (base32
"0xljwcpvd2knrjdfag5b257xqayplz55mqlszrqp0kpnphh5xnrl")))) "0cyd48dipc0m399qy8s03lci8b0bpiy8xlkvrm2ia7wcv0dfpv59"))))
(propagated-inputs (propagated-inputs
(propagated-inputs-with-sdl2 sdl-ttf)))) (propagated-inputs-with-sdl2 sdl-ttf))))