mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: nudoku: Update to 6.0.0.
* gnu/packages/games.scm (nudoku): Update to 6.0.0. Closes: guix/guix#4084 Change-Id: I5b244a5e6c1ab3a253f301e2e4459a2e602c5cd0 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
@@ -8646,7 +8646,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available.
|
|||||||
(define-public nudoku
|
(define-public nudoku
|
||||||
(package
|
(package
|
||||||
(name "nudoku")
|
(name "nudoku")
|
||||||
(version "2.1.0")
|
(version "6.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -8655,7 +8655,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available.
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12v00z3p0ymi8f3w4b4bgl4c76irawn3kmd147r0ap6s9ssx2q6m"))))
|
(base32 "0wy4ck79avbhj5nxcngldaflhx0xx28pcrsmx5a1rvx6kinnxm4f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake gettext-minimal pkg-config))
|
(list autoconf automake gettext-minimal pkg-config))
|
||||||
|
|||||||
Reference in New Issue
Block a user