diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2025-04-30 07:10:02 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2025-05-07 15:49:39 -0700 |
| commit | 03e5aac72766869e1dcf671d921eff3661a8a489 (patch) | |
| tree | e82d8f1c0286cacd57bb7d02c4995c435a6cc667 | |
| parent | f3b2a79cb2355b9b9119723a667adaefc933e715 (diff) | |
gnu: vcmi: Update to 1.6.8.
* gnu/packages/games.scm (vcmi): Update to 1.6.8.
| -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 626438b8246..d75d21e6f73 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12455,7 +12455,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (define-public vcmi (package (name "vcmi") - (version "1.6.5") + (version "1.6.8") (source (origin (method git-fetch) (uri (git-reference @@ -12464,7 +12464,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (file-name (git-file-name name version)) (sha256 (base32 - "02mv9b42w41xfk0w2kccj637gmw76sa0141iachvf2i9l1nn9vl3")) + "0sdcaxi9npjz7y6mxpbaz39idhkh05dlj2fz8f8xan21lhailvz4")) (patches (search-patches "vcmi-disable-privacy-breach.patch")))) (build-system cmake-build-system) (arguments |
