mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: sdl2-ttf: Update to 2.0.15.
* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.15.
This commit is contained in:
parent
307182d4f7
commit
c97a1c4297
1 changed files with 2 additions and 2 deletions
|
@ -386,7 +386,7 @@ (define-public sdl2-mixer
|
||||||
(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 @@ (define-public sdl2-ttf
|
||||||
#t))
|
#t))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xljwcpvd2knrjdfag5b257xqayplz55mqlszrqp0kpnphh5xnrl"))))
|
"0cyd48dipc0m399qy8s03lci8b0bpiy8xlkvrm2ia7wcv0dfpv59"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(propagated-inputs-with-sdl2 sdl-ttf))))
|
(propagated-inputs-with-sdl2 sdl-ttf))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue