guix-commits
[Top][All Lists]
Advanced

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

01/38: gnu: sdl2-ttf: Update to 2.0.15.


From: guix-commits
Subject: 01/38: gnu: sdl2-ttf: Update to 2.0.15.
Date: Fri, 8 Feb 2019 18:02:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c97a1c4297cf302930fe3fcb4beb6ac4a085f29d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 8 14:04:22 2019 +0100

    gnu: sdl2-ttf: Update to 2.0.15.
    
    * gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.15.
---
 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 6198925..ee14349 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -386,7 +386,7 @@ directory.")
 (define-public sdl2-ttf
   (package (inherit sdl-ttf)
     (name "sdl2-ttf")
-    (version "2.0.14")
+    (version "2.0.15")
     (source (origin
              (method url-fetch)
              (uri
@@ -399,7 +399,7 @@ directory.")
                         #t))
              (sha256
               (base32
-               "0xljwcpvd2knrjdfag5b257xqayplz55mqlszrqp0kpnphh5xnrl"))))
+               "0cyd48dipc0m399qy8s03lci8b0bpiy8xlkvrm2ia7wcv0dfpv59"))))
     (propagated-inputs
      (propagated-inputs-with-sdl2 sdl-ttf))))
 



reply via email to

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