gnu: vcmi: Update to 1.3.2.
* gnu/packages/games.scm (vcmi): Update to 1.3.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
e13a525d25
commit
d05af1dbaf
|
@ -11009,7 +11009,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.1")
|
(version "1.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -11018,7 +11018,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
|
||||||
"0jq84i6lxp96xkzq9mq8n2bbmincjzi39vijj9ws8i59c7xvjw5f"))
|
"1x1bzd89h0j4xci91d2v5aj5vgkx6vm12iml805wkia4hy1jp4ff"))
|
||||||
(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