gnu: gzdoom: Update to 3.3.0.

* gnu/packages/games.scm (gzdoom): Update to 3.3.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-27 03:05:52 +02:00
parent 8a70a23ea6
commit f649443b7b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com> ;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com>
;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info> ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info>
;;; Copyright © 2017, 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 nee <nee-git@hidamari.blue> ;;; Copyright © 2017 nee <nee-git@hidamari.blue>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
@ -4767,7 +4767,7 @@ You can save humanity and get programming skills!")
(define-public gzdoom (define-public gzdoom
(package (package
(name "gzdoom") (name "gzdoom")
(version "3.2.5") (version "3.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -4775,7 +4775,7 @@ You can save humanity and get programming skills!")
version ".zip")) version ".zip"))
(sha256 (sha256
(base32 (base32
"1164d1zf5in98gp4j981ml3hwmks3q7vzfanlqpjlx2c09jmlv0q")) "09a4kx3ry8pc9r578m7yprwa7zsdqxjpn10lyc92r5g9sx4l1m1a"))
(patches (search-patches "gzdoom-search-in-installed-share.patch")) (patches (search-patches "gzdoom-search-in-installed-share.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet