gnu: sdl2-ttf: Update to 2.20.1.

* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.20.1.
This commit is contained in:
Marius Bakke 2022-11-26 11:09:40 +01:00 committed by Maxim Cournoyer
parent 1d8c130360
commit 2d25b083b5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -544,7 +544,7 @@ (define-public sdl2-net
(define-public sdl2-ttf
(package (inherit sdl-ttf)
(name "sdl2-ttf")
(version "2.0.15")
(version "2.20.1")
(source (origin
(method url-fetch)
(uri
@ -557,7 +557,7 @@ (define-public sdl2-ttf
#t))
(sha256
(base32
"0cyd48dipc0m399qy8s03lci8b0bpiy8xlkvrm2ia7wcv0dfpv59"))))
"0mqcgpcvzp927xv1gs51f2wqly9k9f8nxfxi69lxlfncyd8svkbq"))))
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-ttf))
(properties '((upstream-name . "SDL2_ttf")))))