python310Packages.pyvex: 9.2.21 -> 9.2.22

This commit is contained in:
Fabian Affolter
2022-10-12 22:42:15 +02:00
parent 90133e5f74
commit 370cf20988

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.21";
version = "9.2.22";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-uMUK8bnRaig71mdAmTc9rUu4zZnSgbAFZkv2o3hj6G0=";
hash = "sha256-yPz4tCZGoeUMv+qP/9J6e3moJpRsJIXddRJlyy5jky4=";
};
nativeBuildInputs = [