guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: sdl2: Update to 2.26.1.


From: guix-commits
Subject: 03/04: gnu: sdl2: Update to 2.26.1.
Date: Mon, 12 Dec 2022 08:50:40 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 8caf7508badea03d64ab27c6d4773692adfb98ef
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 12 11:06:15 2022 +0100

    gnu: sdl2: Update to 2.26.1.
    
    * gnu/packages/sdl.scm (sdl2): Update to 2.26.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 a0c8b92234..f4ef7b474a 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ joystick, and graphics hardware.")
   (package
     (inherit sdl)
     (name "sdl2")
-    (version "2.26.0")
+    (version "2.26.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -123,7 +123,7 @@ joystick, and graphics hardware.")
                               version ".tar.gz"))
               (sha256
                (base32
-                "15djpp1bkf5d9mfh3xv9zlr925zq65k3gpvb9g497kpbkwbdf040"))))
+                "011y6x13z8sd8dlya6d01f1z9czv9gn3gciq21ip2h6pxg3pqlq2"))))
     (arguments
      (substitute-keyword-arguments (package-arguments sdl)
        ((#:configure-flags flags)



reply via email to

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