Skip to content
Snippets Groups Projects
Unverified Commit b5ceea9f authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: sdl-gfx: Update to 2.0.26.

* gnu/packages/sdl.scm (sdl-gfx): Update to 2.0.26.
parent 80420acb
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ (define-public libmikmod ...@@ -140,7 +140,7 @@ (define-public libmikmod
(define-public sdl-gfx (define-public sdl-gfx
(package (package
(name "sdl-gfx") (name "sdl-gfx")
(version "2.0.24") (version "2.0.26")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
...@@ -148,7 +148,7 @@ (define-public sdl-gfx ...@@ -148,7 +148,7 @@ (define-public sdl-gfx
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"064islldm4r42lgj9fr4kbk66r7jmmakk9745hhyb1kmw71kib9h")))) "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs `(("sdl" ,sdl))) (propagated-inputs `(("sdl" ,sdl)))
(synopsis "SDL graphics primitives library") (synopsis "SDL graphics primitives library")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment