Skip to content
Snippets Groups Projects
Unverified Commit 8d2832e3 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: allegro: Update to 5.2.2.0.

* gnu/packages/game-development.scm (allegro): Update to 5.2.2.0.
parent 3a12e21c
No related branches found
No related tags found
No related merge requests found
...@@ -519,7 +519,7 @@ (define-public allegro-4 ...@@ -519,7 +519,7 @@ (define-public allegro-4
(define-public allegro (define-public allegro
(package (package
(name "allegro") (name "allegro")
(version "5.2.0.0") (version "5.2.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/liballeg/allegro5/releases" (uri (string-append "https://github.com/liballeg/allegro5/releases"
...@@ -530,7 +530,7 @@ (define-public allegro ...@@ -530,7 +530,7 @@ (define-public allegro
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mwzgzc4nb5k5zkbq7yrc6hg63yxq3wk69lmjag1h19x8b6njnmg")))) "1z4lrrlmn471wb7vzbd9iw7g379vj0k964vy1s64hcvv5bhvk1g2"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments `(#:tests? #f)) ; there are no tests (arguments `(#:tests? #f)) ; there are no tests
(inputs (inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment