mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: vcmi: Update to 1.3.1.
* gnu/packages/games.scm (vcmi): Update to 1.3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6fa720831f
commit
9aed82fe05
1 changed files with 2 additions and 2 deletions
|
@ -11059,7 +11059,7 @@ (define-public fheroes2
|
|||
(define-public vcmi
|
||||
(package
|
||||
(name "vcmi")
|
||||
(version "1.2.1")
|
||||
(version "1.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -11068,7 +11068,7 @@ (define-public vcmi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f3fk1fc2wb7f2j4pxz89dzr8zjnrdh435mijia483a3bq59w7pk"))
|
||||
"0jq84i6lxp96xkzq9mq8n2bbmincjzi39vijj9ws8i59c7xvjw5f"))
|
||||
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue