guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: python-deepxde: Update to 1.12.1.


From: guix-commits
Subject: 11/11: gnu: python-deepxde: Update to 1.12.1.
Date: Mon, 2 Sep 2024 16:48:25 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 48bcf78c043b68979ced0cdeccd71bc1c760b15e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jul 28 11:28:54 2024 -0300

    gnu: python-deepxde: Update to 1.12.1.
    
    * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.1.
    
    Change-Id: I7996c7686e1b6f97a4b54efc6153fe5adebd0b4b
---
 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 62b9ac00e9..df0a39708d 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2396,13 +2396,13 @@ discrete, and conditional dimensions.")
 (define-public python-deepxde
   (package
     (name "python-deepxde")
-    (version "1.11.1")
+    (version "1.12.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "deepxde" version))
               (sha256
                (base32
-                "1dkhgka0ris2fkqkm3riwsqrq2q9rk7lk36gaf4av1mhz6c0sa64"))))
+                "1i7ibj968hxgqhv1jzkk5sph1608bkz147jmz0v943m9rqvscw10"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f                  ; there are no tests



reply via email to

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