nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python37Packages.jupyter_console: 6.0.0 -> 6.1.0

+2 -2
+2 -2
pkgs/development/python-modules/jupyter_console/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "jupyter_console"; 15 - version = "6.0.0"; 15 + version = "6.1.0"; 16 16 disabled = pythonOlder "3.5"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "308ce876354924fb6c540b41d5d6d08acfc946984bf0c97777c1ddcb42e0b2f5"; 20 + sha256 = "06s3kr5vx0l1y1b7fxb04dmrppscl7q69sl9yyfr0d057d1ssvkg"; 21 21 }; 22 22 23 23 propagatedBuildInputs = [