diff options
| author | jgart <jgart@dismail.de> | 2026-01-22 16:35:23 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-01-22 16:35:34 -0500 |
| commit | f40adac68f523cd9a32eebb1667473c516b2f18c (patch) | |
| tree | 13ee8ee9ae01fd90ae48484e5ac707050073c478 | |
| parent | e4f565e886ab19be1864d5361f2a3fb70b36be2f (diff) | |
gnu: nudoku: Update to 7.0.0.
* gnu/packages/games.scm (nudoku): Update to 7.0.0.
Change-Id: I1d2012092f3c1d3ff5e41b3c86fddc9815776aac
| -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 6d2ca189442..648608438d2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8848,7 +8848,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available. (define-public nudoku (package (name "nudoku") - (version "6.0.0") + (version "7.0.0") (source (origin (method git-fetch) @@ -8857,7 +8857,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available. (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0wy4ck79avbhj5nxcngldaflhx0xx28pcrsmx5a1rvx6kinnxm4f")))) + (base32 "07y7278s3k8dvpsv2vykfyzkbiv9sh62lvmmzrpj2nyf915pc3g2")))) (build-system gnu-build-system) (native-inputs (list autoconf automake gettext-minimal pkg-config)) |
