3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.tap.py: 3.0 -> 3.1

This commit is contained in:
Jonathan Ringer 2022-01-13 16:59:02 -08:00 committed by Martin Weinelt
parent fe7b37ba82
commit 8fc591b2aa

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "tap.py";
version = "3.0";
version = "3.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-9e7u6/1k5T0yZhdSu0wohYmjuru5bbPzkaTsKfE1nHA=";
sha256 = "3c0cd45212ad5a25b35445964e2517efa000a118a1bfc3437dae828892eaf1e1";
};
checkInputs = [ pytestCheckHook ];