1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-30 01:20:40 +00:00

Merge pull request #135275 from r-ryantm/auto-update/python3.8-seaborn

python38Packages.seaborn: 0.11.1 -> 0.11.2
This commit is contained in:
Sandro 2021-08-26 14:19:14 +02:00 committed by GitHub
commit d4b3a7ad00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "seaborn";
version = "0.11.1";
version = "0.11.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "44e78eaed937c5a87fc7a892c329a7cc091060b67ebd1d0d306b446a74ba01ad";
sha256 = "cf45e9286d40826864be0e3c066f98536982baf701a7caa386511792d61ff4f6";
};
checkInputs = [ nose ];