* [bug#49343] [PATCH] gnu: stockfish: Update to 14.
2021-07-02 23:32 [bug#49343] [PATCH] gnu: stockfish: Update to 14 Michael Rohleder
@ 2021-07-02 22:15 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-07-02 22:15 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 49343-done, 49343
[-- Attachment #1: Type: text/plain, Size: 126 bytes --]
Michael,
Michael Rohleder 写道:
> * gnu/packages/games.scm (stockfish): Update to 14.
Pushed!
Thanks,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [bug#49343] [PATCH] gnu: stockfish: Update to 14.
@ 2021-07-02 23:32 Michael Rohleder
2021-07-02 22:15 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-07-02 23:32 UTC (permalink / raw)
To: 49343; +Cc: Michael Rohleder
* gnu/packages/games.scm (stockfish): Update to 14.
---
gnu/packages/games.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 83cb738b9c..07cb64b6a3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11964,7 +11964,7 @@ etc. You can also play games on FICS or against an engine.")
(define-public stockfish
(package
(name "stockfish")
- (version "13")
+ (version "14")
(source
(origin
(method git-fetch)
@@ -11973,15 +11973,15 @@ 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 "15dfp9fnl3w7dgxhqmsm461amsysn646rj1arnzvwhy2i6ijhg2m"))))
+ (base32 "046b3rq9w8lzgk07q5zazzkl93ai99ab18hr9d8n73mabjpi6zbx"))))
(build-system gnu-build-system)
(inputs
`(("neural-network"
,(origin
(method url-fetch)
- (uri "https://tests.stockfishchess.org/api/nn/nn-62ef826d1a6d.nnue")
+ (uri "https://tests.stockfishchess.org/api/nn/nn-3475407dc199.nnue")
(sha256
- (base32 "0qsy9rr4zgxrpgwhwbi96z01a2560am2b00q2klbj4bd39nq5vv2"))))))
+ (base32 "11zci5kgwdw9rh8w2w4p84764g82rr666y3n8r2flwwrq5yl0x9l"))))))
(arguments
`(#:tests? #f
#:make-flags (list "-C" "src"
@@ -12003,7 +12003,7 @@ etc. You can also play games on FICS or against an engine.")
(add-after 'unpack 'copy-net
(lambda* (#:key inputs #:allow-other-keys)
(copy-file (assoc-ref inputs "neural-network")
- "src/nn-62ef826d1a6d.nnue")
+ "src/nn-3475407dc199.nnue")
#t)))))
(synopsis "Strong chess engine")
(description
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-02 22:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-02 23:32 [bug#49343] [PATCH] gnu: stockfish: Update to 14 Michael Rohleder
2021-07-02 22:15 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).