guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: sdl2: Update to 2.0.14.


From: guix-commits
Subject: 03/03: gnu: sdl2: Update to 2.0.14.
Date: Tue, 13 Jul 2021 03:21:51 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 473e2ee62932776fd2884d487af618baeae4b2e3
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Thu Feb 4 00:37:33 2021 +0100

    gnu: sdl2: Update to 2.0.14.
    
    * gnu/packages/sdl.scm (sdl2): Update to 2.0.14.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 128bd95..f2afe76 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ joystick, and graphics hardware.")
 (define-public sdl2
   (package (inherit sdl)
     (name "sdl2")
-    (version "2.0.12")
+    (version "2.0.14")
     (source (origin
              (method url-fetch)
              (uri
@@ -123,7 +123,7 @@ joystick, and graphics hardware.")
                              version ".tar.gz"))
              (sha256
               (base32
-               "0qy8wbqvfkb5ps8kxgaaf2zzpkjqbsw712hlp74znbn0jpv6i4il"))))
+               "1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq"))))
     (arguments
      (substitute-keyword-arguments (package-arguments sdl)
        ((#:configure-flags flags)



reply via email to

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