python3Packages.construct: 2.10.56 -> 2.10.63

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:47 -07:00 committed by Frederik Rietdijk
parent 1cfcb6a856
commit 5a30f422e8

View file

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "construct";
version = "2.10.56";
version = "2.10.63";
disabled = pythonOlder "3.6";
@ -13,7 +13,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1j4mqwyxkbdcsnnk5bbdcljv855w4fglaqc94q1xdzm8kgjxk4mr";
sha256 = "0dnj815qdxrn0q6bpwsmkca2jy02gjy6d3amqg4y6gha1kc1mymv";
};
checkInputs = [ pytestCheckHook pytest-benchmark numpy arrow ruamel_yaml ];