gnu: python-torchvision: Update to 0.22.0.

* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.22.0.

Signed-off-by: Ayan Das <bvits@riseup.net>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ayan Das 2025-06-08 20:52:40 +05:30 committed by Ludovic Courtès
parent 81d309de87
commit f058c9e825
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5849,7 +5849,7 @@ implementations and an easy-to-use API to create custom metrics. It offers:
(define-public python-torchvision
(package
(name "python-torchvision")
(version "0.20.1")
(version "0.22.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5859,7 +5859,7 @@ implementations and an easy-to-use API to create custom metrics. It offers:
(file-name (git-file-name name version))
(sha256
(base32
"1hxcpg44bjnfzqwihzbnfgd0gpkhfgqrcg116mnvdn0fpbhf4yq5"))
"0hz6v8796vq8kinafzyq2v2wir5s3hykfn0rnlwx7qcsz62i3ggv"))
(modules '((guix build utils)))
(snippet
'(begin