python3Packages.pyvex: 9.0.9947 -> 9.0.10010

This commit is contained in:
Fabian Affolter 2021-09-21 21:58:57 +02:00
parent 7ee7592814
commit 15c3fa1d84

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.0.9947";
version = "9.0.10010";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-52yI8V2rQTDbo/giHqhTKJ5Pz0PAMEz6ErZuo7RlbbM=";
sha256 = "sha256-1vAiDXMYiclK5P8QZUBuy6KllcAQm8d7rQpN+CBDVVA=";
};
postPatch = lib.optionalString stdenv.isDarwin ''