mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
b149f6c123
commit
90d7dd1967
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue