Merge pull request #99237 from r-ryantm/auto-update/python3.7-seaborn

python37Packages.seaborn: 0.10.1 -> 0.11.0
This commit is contained in:
Mario Rodas 2020-10-04 10:41:58 -05:00 committed by GitHub
commit cc287b21a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Statisitical data visualization";
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
homepage = "https://seaborn.pydata.org/";
license = with lib.licenses; [ bsd3 ];
maintainers = [ ];
};

View file

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "seaborn";
version = "0.10.1";
version = "0.11.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "2d1a0c9d6bd1bc3cadb0364b8f06540f51322a670cf8438d0fde1c1c7317adc0";
sha256 = "390f8437b14f5ce845062f2865ad51656464c306d09bb97d7764c6cba1dd607c";
};
checkInputs = [ nose ];
@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = {
description = "Statisitical data visualization";
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
homepage = "https://seaborn.pydata.org/";
license = with lib.licenses; [ bsd3 ];
maintainers = with lib.maintainers; [ fridh ];
};