lol

coconut: 2.2.0 -> 3.0.3

+2 -2
+2 -2
pkgs/development/python-modules/coconut/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "coconut"; 17 - version = "2.2.0"; 17 + version = "3.0.3"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "evhub"; 21 21 repo = "coconut"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-+OrVNtre7kAfU5L7/6DadZxFNWVt5raF6HLGXHHpOvE="; 23 + hash = "sha256-u1tcIu0U1VZrUx2hVdtRDv1N4jVf176kQSw47/7lOXY="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ];