python311Packages.pyvex: 9.2.81 -> 9.2.82

This commit is contained in:
Fabian Affolter 2023-12-28 16:18:02 +01:00
parent fe84bedc3e
commit b5d32c220f

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.81";
version = "9.2.82";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-59Lq2JKDWrtkRMZb5AjH69LX9+Zk+BvfKxKXG/qGw6g=";
hash = "sha256-m3vHz56w15M2oZhSDzO5wiAVk1+/DoxZxS0qBFh5pQM=";
};
nativeBuildInputs = [