python313Packages.pyvex: 9.2.147 -> 9.2.148

This commit is contained in:
Fabian Affolter
2025-03-26 20:08:41 +01:00
parent 8f298ad8c7
commit f161c51bf7
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.147";
version = "9.2.148";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-TC7jmGibYJ/FfTb4Btmv10O4Dt741f3SrcTWmw6d7ho=";
hash = "sha256-hr0XPtLVjz4DwVAQlobos9dMdjklQ+JXziVTvoDsM40=";
};
build-system = [ setuptools ];