guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: guile-sdl2: Update to 0.3.1.


From: Ricardo Wurmus
Subject: 01/01: gnu: guile-sdl2: Update to 0.3.1.
Date: Sat, 27 Oct 2018 14:09:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 763d44920dc1ae8a1ea2ff5aab58fdf818182880
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Oct 27 20:08:50 2018 +0200

    gnu: guile-sdl2: Update to 0.3.1.
    
    * gnu/packages/sdl.scm (guile-sdl2): Update to 0.3.1.
---
 gnu/packages/sdl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]