gnu: guile-sdl2: Update to 0.5.0.
authorDanny O'Brien <danny@codetherapy.space>
Tue, 16 Jun 2020 05:17:07 +0000 (22:17 -0700)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 16 Jun 2020 19:58:27 +0000 (22:58 +0300)
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/sdl.scm

index 6d91727..bd53a11 100644 (file)
@@ -620,14 +620,14 @@ sound and device input (keyboards, joysticks, mice, etc.).")
 (define-public guile-sdl2
   (package
     (name "guile-sdl2")
-    (version "0.4.0")
+    (version "0.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.dthompson.us/guile-sdl2/"
                                   "guile-sdl2-" version ".tar.gz"))
               (sha256
                (base32
-                "0zcxwgyadwpbhq6h5mv2569c3kalgra26zc186y9fqiyyzmh1v9s"))))
+                "118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0")