This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new dd1b0d9 gnu: stockfish: Update to 14.1.
dd1b0d9 is described below
commit dd1b0d9d7683ed7590ca75bb5c31fc3efbc04fe5
Author: Michael Rohleder <[email protected]>
AuthorDate: Tue Nov 9 17:19:10 2021 +0100
gnu: stockfish: Update to 14.1.
* gnu/packages/games.scm (stockfish): Update to 14.1.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 cad9200..8f80772 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12074,10 +12074,10 @@ etc. You can also play games on FICS or against an
engine.")
(license license:gpl2+)))
(define-public stockfish
- (let ((neural-network-revision "3475407dc199")) ; also update hash below
+ (let ((neural-network-revision "13406b1dcbe0")) ; also update hash below
(package
(name "stockfish")
- (version "14")
+ (version "14.1")
(source
(origin
(method git-fetch)
@@ -12086,7 +12086,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 "046b3rq9w8lzgk07q5zazzkl93ai99ab18hr9d8n73mabjpi6zbx"))))
+ (base32 "0apqqcgpcflm3c6mcl13ln2y04f6zksnljmk4ys7naf7xk4vdgkd"))))
(build-system gnu-build-system)
(inputs
`(("neural-network"
@@ -12096,7 +12096,7 @@ etc. You can also play games on FICS or against an
engine.")
neural-network-revision ".nnue"))
(sha256
(base32
- "11zci5kgwdw9rh8w2w4p84764g82rr666y3n8r2flwwrq5yl0x9l"))))))
+ "0vr3hcmlqqm74pn7hc54gmfs9drqvgc53nh7bvy6v8z0rcfnnh0k"))))))
(arguments
`(#:tests? #f
#:make-flags (list "-C" "src"