gnu: scummvm: Update to 2.1.2.

* gnu/packages/emulators.scm (scummvm): Update to 2.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-01 14:19:03 +02:00
parent 53b9cdd58e
commit ebf6431b9b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1204,14 +1204,14 @@ (define-public retroarch
(define-public scummvm (define-public scummvm
(package (package
(name "scummvm") (name "scummvm")
(version "2.1.1") (version "2.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.scummvm.org/frs/scummvm/" version (uri (string-append "http://www.scummvm.org/frs/scummvm/" version
"/scummvm-" version ".tar.xz")) "/scummvm-" version ".tar.xz"))
(sha256 (sha256
(base32 "1a6waf1ybp91nwva8g650cljlfb1di4l0jv13vg6yfgkas9pclsp")))) (base32 "1c4fz1nfg0nqnqx9iipayhzcsiqdmfxm2i95nw9dbhshhsdnrhf4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;require "git" `(#:tests? #f ;require "git"