python312Packages.pyvex: 9.2.109 -> 9.2.110

This commit is contained in:
Fabian Affolter
2024-07-13 23:50:47 +02:00
parent 9adb3d769a
commit 98e9d9dfd6
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.109";
version = "9.2.110";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-GdKU+SbZbc81WSnqsxdiEuGUoBjmDPTrBfHs6zxehkg=";
hash = "sha256-odUalRvkRkS6rqh+x/qjCor629nIQNZnXiHJ4wYxDFU=";
};
build-system = [ setuptools ];