mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: stockfish: Update to 14.1.
* gnu/packages/games.scm (stockfish): Update to 14.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
2b1e807733
commit
dd1b0d9d76
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue