mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: dlpack: Update to 1.2.
* gnu/packages/machine-learning.scm (dlpack): Update to 1.2. Change-Id: I19a5aa95576f025030e1dbe22fa2c5ca5cf2e71d
This commit is contained in:
parent
c579c71467
commit
bcd71262df
1 changed files with 2 additions and 2 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue