gnu: guile-sdl2: Update to 0.3.1.

* gnu/packages/sdl.scm (guile-sdl2): Update to 0.3.1.
This commit is contained in:
Ricardo Wurmus 2018-10-27 20:08:50 +02:00
parent b509df82de
commit 763d44920d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ sound and device input (keyboards, joysticks, mice, etc.).")
(define-public guile-sdl2 (define-public guile-sdl2
(package (package
(name "guile-sdl2") (name "guile-sdl2")
(version "0.3.0") (version "0.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -494,7 +494,7 @@ sound and device input (keyboards, joysticks, mice, etc.).")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0iq6fw213qw292fxhrsg40al7hqyqyh4qpgl0x9rh08y949h2w97")))) "0bw7x2lx90k4banc5k7yfkn3as93y25gr1xdr225ll7lmij21k64"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0") '(#:make-flags '("GUILE_AUTO_COMPILE=0")