From ee8941481b1d9dc6191d426fe508cc1f40809177 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 7 Mar 2025 00:12:46 +0100 Subject: [PATCH] python312Packages.cf-xarray: 0.10.0 -> 0.10.1 Diff: https://github.com/xarray-contrib/cf-xarray/compare/refs/tags/v0.10.0...v0.10.1 Changelog: https://github.com/xarray-contrib/cf-xarray/releases/tag/v0.10.1 --- pkgs/development/python-modules/cf-xarray/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cf-xarray/default.nix b/pkgs/development/python-modules/cf-xarray/default.nix index b18339a157e7..e1fe2594845c 100644 --- a/pkgs/development/python-modules/cf-xarray/default.nix +++ b/pkgs/development/python-modules/cf-xarray/default.nix @@ -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 = [ @@ -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" ];