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 = { meta = {
description = "Statisitical data visualization"; description = "Statisitical data visualization";
homepage = "http://stanford.edu/~mwaskom/software/seaborn/"; homepage = "https://seaborn.pydata.org/";
license = with lib.licenses; [ bsd3 ]; license = with lib.licenses; [ bsd3 ];
maintainers = [ ]; maintainers = [ ];
}; };

View File

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