gnu: sdl2-ttf: Update to 2.20.1.
* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.20.1.
This commit is contained in:
parent
221516aa46
commit
fe6b44da63
1 changed files with 2 additions and 2 deletions
|
|
@ -544,7 +544,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.15")
|
(version "2.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
|
@ -557,7 +557,7 @@ directory.")
|
||||||
#t))
|
#t))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cyd48dipc0m399qy8s03lci8b0bpiy8xlkvrm2ia7wcv0dfpv59"))))
|
"0mqcgpcvzp927xv1gs51f2wqly9k9f8nxfxi69lxlfncyd8svkbq"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(propagated-inputs-with-sdl2 sdl-ttf))
|
(propagated-inputs-with-sdl2 sdl-ttf))
|
||||||
(properties '((upstream-name . "SDL2_ttf")))))
|
(properties '((upstream-name . "SDL2_ttf")))))
|
||||||
|
|
|
||||||
Reference in a new issue