python310Packages.pyvex: 9.2.33 -> 9.2.34

This commit is contained in:
Fabian Affolter 2023-01-18 15:46:23 +01:00
parent 4815d0d0ca
commit 506f02f3b3

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.33";
version = "9.2.34";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-RDCNoP3B1+kyyEBszAbAm9G+G+4LE3ceojB5uQup7Ng=";
hash = "sha256-3IWhMhiaGm0LXxgVy1HgCxNIBYuGzCJKf3Nual13xe8=";
};
nativeBuildInputs = [