mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
pythonPackages.seaborn: 0.6.0 -> 0.7.0
This commit is contained in:
parent
7c22a9b3e3
commit
489be0ad39
@ -20326,10 +20326,10 @@ in modules // {
|
||||
};
|
||||
|
||||
seaborn = buildPythonPackage rec {
|
||||
name = "seaborn-0.6.0";
|
||||
name = "seaborn-0.7.0";
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/s/seaborn/${name}.tar.gz";
|
||||
sha256 = "e078399b56ed0d53a4aa8bd4d6bd4a9a9deebc0b4acad259d0ef81830affdb68";
|
||||
sha256 = "0ibi3xsfm2kysph61mnfy0pf8d5rkgxgrdb0z9nbizgcgdsb5a0m";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user