Skip to content

Commit

Permalink
python3Packages.xarray: 0.15.0 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 29, 2020
1 parent 37b91a1 commit 7eb6da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xarray/default.nix
Expand Up @@ -10,11 +10,11 @@

buildPythonPackage rec {
pname = "xarray";
version = "0.15.0";
version = "0.15.1";

src = fetchPypi {
inherit pname version;
sha256 = "c72d160c970725201f769e80fb91cbad68d6ebf21d68fcc371385a6c950459c3";
sha256 = "64e3138d87b641e22fe7a003c94abc685896b247b63e434505c1e6b38c91a8fb";
};

checkInputs = [ pytest ];
Expand Down

0 comments on commit 7eb6da0

Please sign in to comment.