Merge pull request #227450 from r-ryantm/auto-update/python310Packages.pyamg

python310Packages.pyamg: 4.2.3 -> 5.0.0
This commit is contained in:
Weijia Wang 2023-04-26 00:05:01 +03:00 committed by GitHub
commit 6ea3118bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pyamg";
version = "4.2.3";
version = "5.0.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-N608Hcr/JDXCq3yOw2lCrwcmxWPTUFm80Y6wdHP3GC4=";
hash = "sha256-6rlnIo9hQ0LOI8e01rvKJa2LknpFy3Ym0e8XyfBioC4=";
};
nativeBuildInputs = [