mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: notebook: 6.0.1 -> 6.0.2
This commit is contained in:
parent
4c26c54454
commit
b27b8ab803
@ -25,12 +25,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "notebook";
|
||||
version = "6.0.1";
|
||||
version = "6.0.2";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "660976fe4fe45c7aa55e04bf4bccb9f9566749ff637e9020af3422f9921f9a5d";
|
||||
sha256 = "399a4411e171170173344761e7fd4491a3625659881f76ce47c50231ed714d9b";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.utf8";
|
||||
|
Loading…
Reference in New Issue
Block a user