gnu: vcmi: Update to 1.4.2.
* gnu/packages/games.scm (vcmi): Update to 1.4.2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
b9bc400d85
commit
ccbbe3bd57
|
@ -11254,7 +11254,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
|
||||||
(define-public vcmi
|
(define-public vcmi
|
||||||
(package
|
(package
|
||||||
(name "vcmi")
|
(name "vcmi")
|
||||||
(version "1.3.2")
|
(version "1.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -11263,7 +11263,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x1bzd89h0j4xci91d2v5aj5vgkx6vm12iml805wkia4hy1jp4ff"))
|
"039d9dvb2i4y1fj6q5py34r17fwb5jqxkjcg7j57asjk4w9b7i8b"))
|
||||||
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
|
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue