monego pushed a commit to branch master
in repository guix.

commit 8b803f623e05a707d2c76a7800baabe456562bee
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Feb 22 22:40:39 2025 -0300

    gnu: python-deepxde: Update to 1.13.1.
    
    * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.13.1.
    
    Change-Id: I77fe9e0d2a65b185a3830d46c1e62fb501f13b11
---
 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 b9dce61288..d02a092f24 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2617,13 +2617,13 @@ discrete, and conditional dimensions.")
 (define-public python-deepxde
   (package
     (name "python-deepxde")
-    (version "1.12.2")
+    (version "1.13.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "deepxde" version))
               (sha256
                (base32
-                "07v3b7k4k4a27yb00fj5xjvflfpzs815sd9bw8zgvdkvp2fsaxsr"))))
+                "11dna52fhqs4id92k81p19lnm92z9rl90d65k8677in8di74qq9n"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f                  ; there are no tests

Reply via email to