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.
This commit is contained in:
Ricardo Wurmus 2022-11-04 00:06:13 +01:00
parent b149f6c123
commit 90d7dd1967
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3125,7 +3125,7 @@ (define-public python-pytorch-for-r-torch
(package (package
(inherit python-pytorch) (inherit python-pytorch)
(name "python-pytorch") (name "python-pytorch")
(version "1.11.0") (version "1.12.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3135,7 +3135,7 @@ (define-public python-pytorch-for-r-torch
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zbk7y74r0ycsfa7x59jnhwhs1gj5rs3n89p15y0212iszgbljq8")) "1wimgnmn8kfazc8vhf65b9psdwj80n3chzkd8ic28541ac2zqzpk"))
(patches (search-patches "python-pytorch-system-libraries.patch" (patches (search-patches "python-pytorch-system-libraries.patch"
"python-pytorch-runpath.patch")) "python-pytorch-runpath.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))