python3Packages.parso: 0.8.0 -> 0.8.1

This commit is contained in:
Frederik Rietdijk 2021-02-20 10:09:12 +01:00
parent 28ca21eb3d
commit aef5de91e4

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "parso";
version = "0.8.0";
version = "0.8.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64";
sha256 = "8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e";
};
checkInputs = [ pytestCheckHook ];