guix-commits
[Top][All Lists]
Advanced

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

07/218: gnu: python-pytorch-for-r-torch: Update to 1.12.1.


From: guix-commits
Subject: 07/218: gnu: python-pytorch-for-r-torch: Update to 1.12.1.
Date: Fri, 4 Nov 2022 05:14:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 90d7dd19670471a4636e80c31147cce3a7475720
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 00:06:13 2022 +0100

    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(-)

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)))



reply via email to

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