python312Packages.pyvex: 9.2.124 -> 9.2.125

This commit is contained in:
Fabian Affolter
2024-10-26 00:11:28 +02:00
parent 1ba850d2fe
commit 94fbd97ac3
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.124";
version = "9.2.125";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-8hjgwsJz1jj9POnHj5Im30Hjxi4wYmCwIv5wcu6SY8c=";
hash = "sha256-BgMOPR1Uat/IBCeY16A6kuSEPqs0vjP9Ili7cqqU5Qg=";
};
build-system = [ setuptools ];