Loading pkgs/development/python-modules/cf-xarray/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "cf-xarray"; version = "0.10.0"; version = "0.10.1"; pyproject = true; src = fetchFromGitHub { owner = "xarray-contrib"; repo = "cf-xarray"; tag = "v${version}"; hash = "sha256-lAVH2QGdMyU5A6QTLKujeAh8n1AkCsAtdyKQEqLahTk="; hash = "sha256-rWTaVhRqmTwogqYQ+mesZY6ET9YnSiAqDItoZfVgpYg="; }; build-system = [ Loading Loading @@ -64,6 +64,7 @@ buildPythonPackage rec { disabledTestPaths = [ # Tests require network access "cf_xarray/tests/test_accessor.py" "cf_xarray/tests/test_groupers.py" "cf_xarray/tests/test_helpers.py" ]; Loading Loading
pkgs/development/python-modules/cf-xarray/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "cf-xarray"; version = "0.10.0"; version = "0.10.1"; pyproject = true; src = fetchFromGitHub { owner = "xarray-contrib"; repo = "cf-xarray"; tag = "v${version}"; hash = "sha256-lAVH2QGdMyU5A6QTLKujeAh8n1AkCsAtdyKQEqLahTk="; hash = "sha256-rWTaVhRqmTwogqYQ+mesZY6ET9YnSiAqDItoZfVgpYg="; }; build-system = [ Loading Loading @@ -64,6 +64,7 @@ buildPythonPackage rec { disabledTestPaths = [ # Tests require network access "cf_xarray/tests/test_accessor.py" "cf_xarray/tests/test_groupers.py" "cf_xarray/tests/test_helpers.py" ]; Loading