python3Packages.pyvex: 9.0.9572 -> 9.0.9684

This commit is contained in:
Fabian Affolter 2021-09-01 20:55:58 +02:00
parent 40b0008639
commit 7fb0c12444

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.0.9572";
version = "9.0.9684";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ish37nO+r1VJY9XS83K8tu60Snhd547n965TFqdBgzs=";
sha256 = "sha256-pf+LUFatC16a8EScoNYZKCXiaCINPRRn+6R1Op4GMRE=";
};
postPatch = lib.optionalString stdenv.isDarwin ''