[PATCH] gnu: stockfish: Update to 14.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20211109161910.3271-1-mike@rohleder.de
* gnu/packages/games.scm (stockfish): Update to 14.1.
---
gnu/packages/games.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index cad9200a7f..8f80772f1e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12074,10 +12074,10 @@ (define-public chessx
(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 @@ (define-public stockfish
(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 @@ (define-public stockfish
neural-network-revision ".nnue"))
(sha256
(base32
- "11zci5kgwdw9rh8w2w4p84764g82rr666y3n8r2flwwrq5yl0x9l"))))))
+ "0vr3hcmlqqm74pn7hc54gmfs9drqvgc53nh7bvy6v8z0rcfnnh0k"))))))
(arguments
`(#:tests? #f
#:make-flags (list "-C" "src"
--
2.33.1
Nicolas Goaziou wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 51720-done@debbugs.gnu.org)
87a6i5iu71.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/games.scm (stockfish): Update to 14.1.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51720@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51720
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help