python312Packages.pyvex: 9.2.135 -> 9.2.136

This commit is contained in:
Fabian Affolter
2025-01-08 23:36:17 +01:00
parent 290983d4f2
commit 0ba42e2734
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.135";
version = "9.2.136";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-VZoi+0Hwm0QSwy86MMdlR16kLIPa1ZpoRcYn61IpeWc=";
hash = "sha256-Oa41XTvQDRjDWh820xUBW6I1b1QORi9gKEIcxygqspY=";
};
build-system = [ setuptools ];