From 13a56bea671e9a4dc41714855fce1c7fee4eee96 Mon Sep 17 00:00:00 2001 From: Patrick Norton Date: Tue, 24 Feb 2026 10:02:10 -0500 Subject: [PATCH] gnu: stockfish: Update to 18. * gnu/packages/games.scm (stockfish): Update to 18. [inputs]: Update neural-network-big to c288c895ea92. Merges: https://codeberg.org/guix/guix/pulls/6670 Change-Id: I3f01e2da7a5f58379052848603efb4170fcb10f0 Signed-off-by: Sharlatan Hellseher --- gnu/packages/games.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a05f0e1f08..a2eb7bb2a7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11988,11 +11988,11 @@ etc. You can also play games on FICS or against an engine.") (license license:gpl2+))) (define-public stockfish - (let ((big-network-revision "1c0000000000") + (let ((big-network-revision "c288c895ea92") (small-network-revision "37f18f62d772")) ; also update hashes below (package (name "stockfish") - (version "17.1") + (version "18") (source (origin (method git-fetch) @@ -12001,7 +12001,7 @@ etc. You can also play games on FICS or against an engine.") (commit (string-append "sf_" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0f03iki7xmpfr8qd5nmddapi1rk2ng2grk4f29vp2gpjpxvkbjkk")))) + (base32 "0smqw4xpyv3ffhvlgm0wl1g2cyb7wf9jf3v0sshn4ylljxy39l97")))) (build-system gnu-build-system) (inputs `(("neural-network-big" @@ -12011,7 +12011,7 @@ etc. You can also play games on FICS or against an engine.") big-network-revision ".nnue")) (sha256 (base32 - "1bg2kaplx3w6c82jvl9wwh64bxvkqg835ncrk5i7v9h00000000w")))) + "19z48cxrxrspgvzmkix4lgr007rw5dmz7qwjj3m2ji4jxaawi262")))) ("neural-network-small" ,(origin (method url-fetch)