guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: allegro: Update to 5.2.7.0.


From: guix-commits
Subject: 02/02: gnu: allegro: Update to 5.2.7.0.
Date: Wed, 22 Sep 2021 07:42:21 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit cd5145875e2741e704611753300f43c3caabdc02
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Sep 4 11:29:34 2021 +0200

    gnu: allegro: Update to 5.2.7.0.
    
    * gnu/packages/game-development.scm (allegro): Update to 5.2.7.0.
    [inputs]: Use gtk+ instead of gtk+-2.
---
 gnu/packages/game-development.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 4080745..bf7cbdf 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -830,7 +830,7 @@ etc.")
 (define-public allegro
   (package
     (name "allegro")
-    (version "5.2.5.0")
+    (version "5.2.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/liballeg/allegro5/releases";
@@ -838,7 +838,7 @@ etc.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "06dpkfnac8w3pq36834nn2iij3ajz6prladqd0w92lq39aiqv5jr"))))
+                "034pmbmbq6jagpp4lhnyjqmf8gcz5fx74d9rknrm7d4wv4cv7qy1"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f))          ; there are no tests
     (inputs
@@ -846,7 +846,7 @@ etc.")
      `(("flac" ,flac)
        ("freetype" ,freetype)
        ("glu" ,glu)
-       ("gtk" ,gtk+-2)
+       ("gtk" ,gtk+)
        ("libjpeg" ,libjpeg-turbo)
        ("libpng" ,libpng)
        ("libtheora" ,libtheora)



reply via email to

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