From 90d7dd19670471a4636e80c31147cce3a7475720 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 4 Nov 2022 00:06:13 +0100 Subject: gnu: python-pytorch-for-r-torch: Update to 1.12.1. * gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Update to 1.12.1. --- gnu/packages/machine-learning.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index fe8d081327..9ee82010bf 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -3125,7 +3125,7 @@ Note: currently this package does not provide GPU support.") (package (inherit python-pytorch) (name "python-pytorch") - (version "1.11.0") + (version "1.12.1") (source (origin (method git-fetch) (uri (git-reference @@ -3135,7 +3135,7 @@ Note: currently this package does not provide GPU support.") (file-name (git-file-name name version)) (sha256 (base32 - "1zbk7y74r0ycsfa7x59jnhwhs1gj5rs3n89p15y0212iszgbljq8")) + "1wimgnmn8kfazc8vhf65b9psdwj80n3chzkd8ic28541ac2zqzpk")) (patches (search-patches "python-pytorch-system-libraries.patch" "python-pytorch-runpath.patch")) (modules '((guix build utils))) -- cgit v1.2.3