guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b04f2ca54399b8561c06fff6ea572e12d9c0dea3
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Aug 27 16:19:13 2025 +0200

    gnu: dlpack: Update to 1.1.
    
    * gnu/packages/machine-learning.scm (dlpack): Update to 1.1.
    [home-page]: Update.
    
    Change-Id: Ib9b02dd9bbfc9a7aba690dfad3e6b9bd2c26a7b0
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 70127a43dd..473aad6824 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -152,7 +152,7 @@
 (define-public dlpack
   (package
     (name "dlpack")
-    (version "1.0")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -161,10 +161,10 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "169slm88jin4ddhdwk1qhqzzkhkwk1jrz35i7abhcqkry9wjib4f"))))
+        (base32 "0vlp8gcf7s3snalj6xmvgqxxn96fki6gw9hzph30gmgdbaz730j6"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))      ;No tests.
-    (home-page "https://github.com/dmlc/dlpack";)
+    (home-page "https://dmlc.github.io/dlpack/latest/";)
     (synopsis "In memory tensor structure")
     (description
      "DLPack is an in-memory tensor structure for sharing tensors among

Reply via email to