From b5ac99fe007409a06ef02bc629a9885e0f38154f Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Thu, 31 Oct 2019 11:15:25 +0100 Subject: [PATCH] Revert "python: notebook: 5.7.8 -> 6.0.1" This reverts commit ad53cf0a829dee15a6a01568b7af3b63e08717b2. I think this commit must have been by mistake. It updates the version of notebook that was supposed to pin to an old, py2 compatible version. --- pkgs/development/python-modules/notebook/2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/notebook/2.nix b/pkgs/development/python-modules/notebook/2.nix index 8a49f761ced2..d081a5a92fbe 100644 --- a/pkgs/development/python-modules/notebook/2.nix +++ b/pkgs/development/python-modules/notebook/2.nix @@ -25,11 +25,11 @@ buildPythonPackage rec { pname = "notebook"; - version = "6.0.1"; + version = "5.7.8"; src = fetchPypi { inherit pname version; - sha256 = "660976fe4fe45c7aa55e04bf4bccb9f9566749ff637e9020af3422f9921f9a5d"; + sha256 = "573e0ae650c5d76b18b6e564ba6d21bf321d00847de1d215b418acb64f056eb8"; }; LC_ALL = "en_US.utf8";