guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: python-deepxde: Update to 1.9.3.


From: guix-commits
Subject: 11/12: gnu: python-deepxde: Update to 1.9.3.
Date: Sat, 2 Sep 2023 10:22:48 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit d171c632f5fee6fe3213560c7debd52c8d791922
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Sep 2 08:44:38 2023 -0300

    gnu: python-deepxde: Update to 1.9.3.
    
    * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.9.3.
---
 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 ca7ca0ff09..712abe9aff 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1994,13 +1994,13 @@ discrete, and conditional dimensions.")
 (define-public python-deepxde
   (package
     (name "python-deepxde")
-    (version "1.9.2")
+    (version "1.9.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "DeepXDE" version))
               (sha256
                (base32
-                "07bz3d7d698l0fhznw5l8p16b22d4ly7xq99vrgv48c722qr2r5b"))))
+                "1zw2gqssc0s3maf4gdjckxmzx1d3036hbp1iir26kd08hxj93vzs"))))
     (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]