GNU bug report logs - #78723
[PATCH 0/5] Update PyTorch to 2.7.0 with dependencies

Previous Next

Package: guix-patches;

Reported by: Ayan Das <bvits <at> riseup.net>

Date: Sun, 8 Jun 2025 15:25:04 UTC

Severity: normal

Tags: patch

Merged with 78722, 78724, 78725, 78726

Done: Ludovic Courtès <ludo <at> gnu.org>

Full log


View this message in rfc822 format

From: Ayan Das <bvits <at> riseup.net>
To: 78723 <at> debbugs.gnu.org
Subject: [bug#78723] [PATCH 4/5] gnu: python-torchvision: Update to 0.22.0.
Date: Sun,  8 Jun 2025 20:52:40 +0530
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.22.0.

Signed-off-by: Ayan Das <bvits <at> riseup.net>
---
 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 e056197b31..9636e2cd19 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5849,7 +5849,7 @@ (define-public python-torchmetrics
 (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 @@ (define-public python-torchvision
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hxcpg44bjnfzqwihzbnfgd0gpkhfgqrcg116mnvdn0fpbhf4yq5"))
+                "0hz6v8796vq8kinafzyq2v2wir5s3hykfn0rnlwx7qcsz62i3ggv"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.49.0





This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.