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.2.0.


From: Efraim Flashner
Subject: 02/02: gnu: allegro: Update to 5.2.2.0.
Date: Sat, 3 Jun 2017 16:54:10 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8d2832e3f4a8af79198c23da46259d5808f99986
Author: Efraim Flashner <address@hidden>
Date:   Sat Jun 3 23:42:44 2017 +0300

    gnu: allegro: Update to 5.2.2.0.
    
    * gnu/packages/game-development.scm (allegro): Update to 5.2.2.0.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 1af2909..6d9e406 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -519,7 +519,7 @@ etc.")
 (define-public allegro
   (package
     (name "allegro")
-    (version "5.2.0.0")
+    (version "5.2.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/liballeg/allegro5/releases";
@@ -530,7 +530,7 @@ etc.")
                                   ".tar.gz"))
               (sha256
                (base32
-                "1mwzgzc4nb5k5zkbq7yrc6hg63yxq3wk69lmjag1h19x8b6njnmg"))))
+                "1z4lrrlmn471wb7vzbd9iw7g379vj0k964vy1s64hcvv5bhvk1g2"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ; there are no tests
     (inputs



reply via email to

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