diff options
author | Yovan Naumovski <yovan@gorski.stream> | 2023-08-27 13:10:59 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-09-09 15:54:39 +0200 |
commit | 9aed82fe05b41ae37737bf741c85d030cf20d345 (patch) | |
tree | d07d4dc26a1d547baccc2e50bb667e6d77b6625d | |
parent | 6fa720831f3337e729fdd50ef6ed44cd152cc698 (diff) | |
download | guix-9aed82fe05b41ae37737bf741c85d030cf20d345.tar guix-9aed82fe05b41ae37737bf741c85d030cf20d345.tar.gz |
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>
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 760234b031..4d5b85248a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11059,7 +11059,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (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 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (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 |