Merge pull request #167462 from r-ryantm/auto-update/python310Packages.meshio

python310Packages.meshio: 5.3.2 -> 5.3.4
This commit is contained in:
Ryan Mulligan 2022-04-06 16:12:56 -07:00 committed by GitHub
commit 6e385100a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "meshio";
version = "5.3.2";
version = "5.3.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-L1YNRAgoHBvf8SsM++J+k1UNciIw91W1s6IA26I/bYw=";
sha256 = "sha256-4kBpLX/yecErE8bl17QDYpqGrStE6SMJWLPwDB7DafA=";
};
propagatedBuildInputs = [