python312Packages.pyvex: 9.2.123 -> 9.2.124

This commit is contained in:
Fabian Affolter
2024-10-23 21:30:21 +02:00
parent cf3d95d610
commit fe45e780c0
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.123";
version = "9.2.124";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-uojU1x4VfiYFM3ZSwSy5qPpWBSEq9CKwByk2HFAXvXA=";
hash = "sha256-8hjgwsJz1jj9POnHj5Im30Hjxi4wYmCwIv5wcu6SY8c=";
};
build-system = [ setuptools ];