python310Packages.pyvex: 9.2.38 -> 9.2.39

This commit is contained in:
Fabian Affolter 2023-02-21 23:19:42 +01:00
parent 7f6d65ce3b
commit 15694fd2a1

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.38";
version = "9.2.39";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-9Cv0Quh0uN/DxOG1J2QCFb8fqRJTyovixmU8X721t8o=";
hash = "sha256-IQCMvP4o/aV+/tkP9SS5tlSNAdI6yRxYPczdF9jm1aY=";
};
nativeBuildInputs = [