lol

coconut: 1.6.0 → 2.1.0

+3 -3
+3 -3
pkgs/development/python-modules/coconut/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "coconut"; 17 - version = "1.6.0"; 17 + version = "2.1.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "evhub"; 21 21 repo = "coconut"; 22 22 rev = "v${version}"; 23 - sha256 = "/397YGV6QWWmKfqr5hSvqRoPOu7Hx1Pak6rVPR3etzw="; 23 + sha256 = "sha256-TkMwOE/Jug1zKjR1048o/Jmn8o9/oQPNqzwXYakwpgs="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ]; ··· 29 29 30 30 # Currently most tests have performance issues 31 31 pytestFlagsArray = [ 32 - "tests/constants_test.py" 32 + "coconut/tests/constants_test.py" 33 33 ]; 34 34 35 35 pythonImportsCheck = [ "coconut" ];