Commit 56c873c0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.cf-xarray: 0.9.0 -> 0.9.1

parent 72c5e716
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "cf-xarray";
  version = "0.9.0";
  version = "0.9.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "xarray-contrib";
    repo = "cf-xarray";
    rev = "refs/tags/v${version}";
    hash = "sha256-MlI5Wx0GOcXPRb/p0sPyAtbf84g3LQKVxCZLBfEIGLo=";
    hash = "sha256-Og84lB99576G3IZz8LNafF86TyYP+ooe2tL8wb60RPw=";
  };

  nativeBuildInputs = [