unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51720] [PATCH] gnu: stockfish: Update to 14.1.
@ 2021-11-09 16:19 Michael Rohleder
  2021-11-15 10:34 ` bug#51720: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-11-09 16:19 UTC (permalink / raw)
  To: 51720; +Cc: Michael Rohleder

* gnu/packages/games.scm (stockfish): Update to 14.1.
---
 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 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51720: [PATCH] gnu: stockfish: Update to 14.1.
  2021-11-09 16:19 [bug#51720] [PATCH] gnu: stockfish: Update to 14.1 Michael Rohleder
@ 2021-11-15 10:34 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-11-15 10:34 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 51720-done

Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/games.scm (stockfish): Update to 14.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-15 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 16:19 [bug#51720] [PATCH] gnu: stockfish: Update to 14.1 Michael Rohleder
2021-11-15 10:34 ` bug#51720: " Nicolas Goaziou

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).