python312Packages.pyvex: 9.2.133 -> 9.2.134

This commit is contained in:
Fabian Affolter
2024-12-25 09:32:51 +01:00
parent f5e1da29af
commit c9c5d2b68d
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.133";
version = "9.2.134";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-uFoMI8byPyjwpQhruh8Hpk9MF8PZBkTvqbXemUHDWqs=";
hash = "sha256-uskSojAEE+9pQD4531+L5OkgRIAtxwvE4/7AZnlkiBI=";
};
build-system = [ setuptools ];