aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/notebook/2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/notebook/2.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/notebook/2.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/notebook/2.nix b/nixpkgs/pkgs/development/python-modules/notebook/2.nix
index 8b8cce2f824..0e5cfdf4397 100644
--- a/nixpkgs/pkgs/development/python-modules/notebook/2.nix
+++ b/nixpkgs/pkgs/development/python-modules/notebook/2.nix
@@ -25,11 +25,11 @@
buildPythonPackage rec {
pname = "notebook";
- version = "5.7.8";
+ version = "5.7.10";
src = fetchPypi {
inherit pname version;
- sha256 = "573e0ae650c5d76b18b6e564ba6d21bf321d00847de1d215b418acb64f056eb8";
+ sha256 = "b10107e1438e7a564292aa32510e610c88844cae03c882fe5286b891792b5c11";
};
LC_ALL = "en_US.utf8";
@@ -71,6 +71,6 @@ buildPythonPackage rec {
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
- maintainers = with lib.maintainers; [ fridh ];
+ maintainers = with lib.maintainers; [ ];
};
}