diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-01 14:19:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-01 17:25:44 +0200 |
commit | ebf6431b9b3957b68c77d510f73bd3853e6623c0 (patch) | |
tree | 51d60907f4450ea33fd1d84d9902e7f1f85f19f7 /gnu/packages | |
parent | 53b9cdd58eb1a098dce4fec0161d54f22f1c500a (diff) | |
download | patches-ebf6431b9b3957b68c77d510f73bd3853e6623c0.tar patches-ebf6431b9b3957b68c77d510f73bd3853e6623c0.tar.gz |
gnu: scummvm: Update to 2.1.2.
* gnu/packages/emulators.scm (scummvm): Update to 2.1.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 58d6c73ee2..85e2016e49 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1204,14 +1204,14 @@ multi-system game/emulator system.") (define-public scummvm (package (name "scummvm") - (version "2.1.1") + (version "2.1.2") (source (origin (method url-fetch) (uri (string-append "http://www.scummvm.org/frs/scummvm/" version "/scummvm-" version ".tar.xz")) (sha256 - (base32 "1a6waf1ybp91nwva8g650cljlfb1di4l0jv13vg6yfgkas9pclsp")))) + (base32 "1c4fz1nfg0nqnqx9iipayhzcsiqdmfxm2i95nw9dbhshhsdnrhf4")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;require "git" |