python311Packages.pyvex: 9.2.70 -> 9.2.71

This commit is contained in:
Fabian Affolter 2023-10-04 02:49:00 +02:00
parent dbc513a39d
commit 561895912c

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.70";
version = "9.2.71";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zLbftRhInZPHm5NUG9CnoZ9iLKw+gNDaPiCx5Gd4OXY=";
hash = "sha256-AnSd9+r4+Qz3CyIgA3tOXAYJROOvAR3nI/9fSFeYl24=";
};
nativeBuildInputs = [