3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pyvex: 9.2.29 -> 9.2.30

This commit is contained in:
Fabian Affolter 2022-12-21 08:24:54 +01:00
parent cb674d89cc
commit 489566cfe3

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.29";
version = "9.2.30";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-buqtEiifBKbR7FP08ne5v0nWqkO+d2cVHxNCCZJDrdU=";
hash = "sha256-lSjO8GLJN5pAOEusw0Uak7DsEE11MVexyRvkiLbkAjA=";
};
nativeBuildInputs = [