guix-commits
[Top][All Lists]
Advanced

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

64/416: gnu: sdl2-ttf: Update to 2.20.1.


From: guix-commits
Subject: 64/416: gnu: sdl2-ttf: Update to 2.20.1.
Date: Fri, 14 Apr 2023 15:25:18 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 2d25b083b5eb4ccfda653620f938ba82d50c58a6
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 2e372b0d35..330b7d1c13 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]