diff options
author | Vinicius Monego <monego@posteo.net> | 2024-06-01 12:58:27 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-07-05 23:04:15 -0300 |
commit | 11db11f193f58a392e4acd52595b56bb3a17017e (patch) | |
tree | dc58f7d72e716a9741d5a37549df01575f1776f8 /gnu/packages | |
parent | d73c0b65b3e4243ed828dde242cb8dc47e077fbe (diff) | |
download | guix-11db11f193f58a392e4acd52595b56bb3a17017e.tar.gz guix-11db11f193f58a392e4acd52595b56bb3a17017e.zip |
gnu: python-deepxde: Update to 1.11.1.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.11.1.
[source]: Update URI.
Change-Id: I63c34558a9b55f9267652b88bf88f55614cc631f
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 6eaf74e087..4ba77c946c 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2388,13 +2388,13 @@ discrete, and conditional dimensions.") (define-public python-deepxde (package (name "python-deepxde") - (version "1.11.0") + (version "1.11.1") (source (origin (method url-fetch) - (uri (pypi-uri "DeepXDE" version)) + (uri (pypi-uri "deepxde" version)) (sha256 (base32 - "0qx6iq8n2j8ab80bs2n85v8g6xi2bnq83vfiaj7a4nsmf62rhkzg")))) + "1dkhgka0ris2fkqkm3riwsqrq2q9rk7lk36gaf4av1mhz6c0sa64")))) (build-system pyproject-build-system) (arguments (list #:tests? #f ; there are no tests |