python311Packages.pyvex: 9.2.97 -> 9.2.98

This commit is contained in:
Fabian Affolter 2024-04-09 22:57:37 +02:00
parent 9c8521432e
commit 1507840f1f

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.97";
version = "9.2.98";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-GIBsWtj8nLuzGX/C6Ioe8mSfKg3QXtEJf3+d5h9M02c=";
hash = "sha256-+X4G5jLG7c75XIItNlQLF5YV0XUQwdA6JyF1IGBfiE0=";
};
build-system = [