This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aa570c5312 gnu: onednn: Update to 3.10.2.
aa570c5312 is described below

commit aa570c5312380277c2e28f1e412b447c6ae7d0dc
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 9 19:05:08 2026 +0100

    gnu: onednn: Update to 3.10.2.
    
    * gnu/packages/oneapi.scm (onednn): Update to 3.10.2.
    
    Change-Id: Ide62ba20d948d1ab91950c10114cabfd15a6741b
---
 gnu/packages/oneapi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/oneapi.scm b/gnu/packages/oneapi.scm
index fbf66320ff..0719f98e57 100644
--- a/gnu/packages/oneapi.scm
+++ b/gnu/packages/oneapi.scm
@@ -35,7 +35,7 @@
   ;; See doc/build/build.md.
   (package
     (name "onednn")
-    (version "3.9.2")
+    (version "3.10.2")
     (source
      (origin
        (method git-fetch)
@@ -44,7 +44,7 @@
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ybq8zb4dcd2g139gdq4bpv20v9jgws5d7ln3x4s0ydrmbgm2qwj"))
+        (base32 "1imwsaj4sfsr4m6szhn272f7yikg0ixif4savbzyjdn1haz7pvpx"))
        (modules '((guix build utils)
                   (ice-9 rdelim)))
        ;; Copyright date used by code generation script

Reply via email to