From 11db11f193f58a392e4acd52595b56bb3a17017e Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 1 Jun 2024 12:58:27 -0300 Subject: [PATCH] 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 --- gnu/packages/machine-learning.scm | 6 +++--- 1 file 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 @@ (define-public python-hyperopt (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