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 c2f0726d68 gnu: tensile: Update dependency to ‘msgpack-c’.
c2f0726d68 is described below

commit c2f0726d6880a7b249c6421fd4907c90739cf457
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Jul 11 01:17:23 2026 +0200

    gnu: tensile: Update dependency to ‘msgpack-c’.
    
    * gnu/packages/rocm-libs.scm (tensile)[propagated-inputs]: Change 
‘msgpack-3’
    to ‘msgpack-c’.
    
    Fixes: guix/guix#9538
    Reported-by: Andreas Enge <[email protected]>
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/rocm-libs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rocm-libs.scm b/gnu/packages/rocm-libs.scm
index f61512a17f..7a175e9f6a 100644
--- a/gnu/packages/rocm-libs.scm
+++ b/gnu/packages/rocm-libs.scm
@@ -317,7 +317,7 @@ configurations deterministically based on compute and 
memory latencies.")
            rocm-hip-runtime
            rocm-toolchain))
     (propagated-inputs
-     (list msgpack-3
+     (list msgpack-c
            python-msgpack
            python-pyyaml
            python-joblib

Reply via email to