tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
coconut: 2.2.0 -> 3.0.3
R. Ryantm
2 years ago
617d8550
dba6d77a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
coconut
default.nix
+2
-2
pkgs/development/python-modules/coconut/default.nix
reviewed
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "coconut";
17
17
-
version = "2.2.0";
17
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
23
-
hash = "sha256-+OrVNtre7kAfU5L7/6DadZxFNWVt5raF6HLGXHHpOvE=";
23
23
+
hash = "sha256-u1tcIu0U1VZrUx2hVdtRDv1N4jVf176kQSw47/7lOXY=";
24
24
};
25
25
26
26
propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ];