@@ 154,7 154,7 @@
(define-public dlpack
(package
(name "dlpack")
- (version "1.1")
+ (version "1.2")
(source
(origin
(method git-fetch)
@@ 163,7 163,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vlp8gcf7s3snalj6xmvgqxxn96fki6gw9hzph30gmgdbaz730j6"))))
+ (base32 "1zm28s4das0isa5rrh5a1c6iv1k1mcjqgnihbva74s78d52a7hpn"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;No tests.
(home-page "https://dmlc.github.io/dlpack/latest/")