guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: sdl2: Update to 2.0.5.


From: Efraim Flashner
Subject: 02/03: gnu: sdl2: Update to 2.0.5.
Date: Thu, 27 Oct 2016 09:23:35 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 355d8e873b655b80bad34d283c1ea8cfff4c5d02
Author: Efraim Flashner <address@hidden>
Date:   Thu Oct 27 12:07:35 2016 +0300

    gnu: sdl2: Update to 2.0.5.
    
    * gnu/packages/sdl.scm (sdl2): Update to 2.0.5.
---
 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 aba57c1..a942b33 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -88,7 +88,7 @@ joystick, and graphics hardware.")
 (define-public sdl2
   (package (inherit sdl)
     (name "sdl2")
-    (version "2.0.4")
+    (version "2.0.5")
     (source (origin
              (method url-fetch)
              (uri
@@ -96,7 +96,7 @@ joystick, and graphics hardware.")
                              version ".tar.gz"))
              (sha256
               (base32
-               "0jqp46mxxbh9lhpx1ih6sp93k752j2smhpc0ad0q4cb3px0famfs"))))
+               "11c75qj1qxmx67iwkvf9z4x69phk301pdn86zzr6jncnap7kh824"))))
     (license bsd-3)))
 
 (define-public libmikmod



reply via email to

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