Unverified Commit 44d5d657 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.cf-xarray: 0.10.5 -> 0.10.6 (#421148)

parents 22f5ba91 59259912
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "cf-xarray";
  version = "0.10.5";
  version = "0.10.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "xarray-contrib";
    repo = "cf-xarray";
    tag = "v${version}";
    hash = "sha256-ty7gPBs2vp0mVnn914F84Dg4+DLCBLl7aHMqqrXx9So=";
    hash = "sha256-zBjNOWDuO6yZNwD4Sv69X2i9ajUGIqvjlRA3gqmtgU8=";
  };

  build-system = [