guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: python-torchvision: Update to 0.13.0.


From: guix-commits
Subject: 04/04: gnu: python-torchvision: Update to 0.13.0.
Date: Thu, 7 Jul 2022 08:03:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ba86c7604d7d99f6c998f58365e3eb75c08d461c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jul 7 14:01:54 2022 +0200

    gnu: python-torchvision: Update to 0.13.0.
    
    * gnu/packages/machine-learning.scm (python-torchvision): Update to 0.13.0.
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index fa5f5a9581..52db4795b0 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3052,7 +3052,7 @@ Note: currently this package does not provide GPU 
support.")
 (define-public python-torchvision
   (package
     (name "python-torchvision")
-    (version "0.12.0")
+    (version "0.13.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3062,7 +3062,7 @@ Note: currently this package does not provide GPU 
support.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0chjd6zs46136sg65z1c2g07a534dg72xpy20s3bx1prwmvyxp5v"))))
+                "19f6s3ffwkdvjjbvib18c8n7vhysg58smxzq3rvii1c0z4g3b0cw"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #false ;the test suite is expensive and there is no easy way



reply via email to

[Prev in Thread] Current Thread [Next in Thread]