mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-torchvision: Update to 0.23.0.
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.23.0. Change-Id: I63c935480fb9e149b73c244c90e45527c1ddfc24 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
801d1108b5
commit
1b7c7ed8ef
1 changed files with 2 additions and 2 deletions
|
@ -5857,7 +5857,7 @@ implementations and an easy-to-use API to create custom metrics. It offers:
|
|||
(define-public python-torchvision
|
||||
(package
|
||||
(name "python-torchvision")
|
||||
(version "0.22.0")
|
||||
(version "0.23.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -5867,7 +5867,7 @@ implementations and an easy-to-use API to create custom metrics. It offers:
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hz6v8796vq8kinafzyq2v2wir5s3hykfn0rnlwx7qcsz62i3ggv"))
|
||||
"1d09xwblldgzmzfdlrsyx6mgv939z4yi1hqanm9yx63cs2mr7w85"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue