guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: sdl2-ttf: Update to 2.20.1.


From: guix-commits
Subject: 10/11: gnu: sdl2-ttf: Update to 2.20.1.
Date: Sat, 26 Nov 2022 09:03:37 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit fe6b44da637c3dc1efd534bfb4e614a1734cfe04
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 26 11:09:40 2022 +0100

    gnu: sdl2-ttf: Update to 2.20.1.
    
    * gnu/packages/sdl.scm (sdl2-ttf): Update to 2.20.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 39b4a77330..4c9bb1b8a6 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -544,7 +544,7 @@ directory.")
 (define-public sdl2-ttf
   (package (inherit sdl-ttf)
     (name "sdl2-ttf")
-    (version "2.0.15")
+    (version "2.20.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -557,7 +557,7 @@ directory.")
                         #t))
              (sha256
               (base32
-               "0cyd48dipc0m399qy8s03lci8b0bpiy8xlkvrm2ia7wcv0dfpv59"))))
+               "0mqcgpcvzp927xv1gs51f2wqly9k9f8nxfxi69lxlfncyd8svkbq"))))
     (propagated-inputs
      (propagated-inputs-with-sdl2 sdl-ttf))
     (properties '((upstream-name . "SDL2_ttf")))))



reply via email to

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