python310Packages.meshio: 5.3.2 -> 5.3.4

This commit is contained in:
R. Ryantm 2022-04-06 02:58:22 +00:00
parent e29253ad9b
commit dcc45dd935

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 = [