gnu: freedoom: Update to 0.11.2.

* gnu/packages/games.scm (freedoom): Update to 0.11.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-30 23:42:37 +02:00
parent 7044301381
commit 3c2b833334
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
(define-public freedoom (define-public freedoom
(package (package
(name "freedoom") (name "freedoom")
(version "0.11.1") (version "0.11.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/" name "/" name (uri (string-append "https://github.com/" name "/" name
@ -131,7 +131,7 @@
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"060dqppd9fi079yw6c82klsjaslcabq6xan67wf9hs0cy39i0kpv")))) "0b9k61f97spivi75f76zwwg8a3bgc6iil2hidqfj8s50lhqggwbb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags `(,(string-append "prefix=" (assoc-ref %outputs "out"))) '(#:make-flags `(,(string-append "prefix=" (assoc-ref %outputs "out")))