python3Packages.pyvex: 9.2.15 -> 9.2.18

This commit is contained in:
Martin Weinelt
2022-09-14 23:36:18 +02:00
parent e9e0f1a2ce
commit 74b0bda46d

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.15";
version = "9.2.18";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Yik1RTz4SQBFJxgPzp7LnPHV4EMbxGEhD2fBVcKJC7c=";
hash = "sha256-bwQveWnXsYmoJkyVZkzrXEbg2MdU6lj7Z56iu9t7XxE=";
};
nativeBuildInputs = [