python312Packages.cf-xarray: 0.10.0 -> 0.10.1 (#387754)

authored by Nick Cao and committed by GitHub 6b1a950a 5c6bec2e

+3 -2
+3 -2
pkgs/development/python-modules/cf-xarray/default.nix
··· 24 25 buildPythonPackage rec { 26 pname = "cf-xarray"; 27 - version = "0.10.0"; 28 pyproject = true; 29 30 src = fetchFromGitHub { 31 owner = "xarray-contrib"; 32 repo = "cf-xarray"; 33 tag = "v${version}"; 34 - hash = "sha256-lAVH2QGdMyU5A6QTLKujeAh8n1AkCsAtdyKQEqLahTk="; 35 }; 36 37 build-system = [ ··· 64 disabledTestPaths = [ 65 # Tests require network access 66 "cf_xarray/tests/test_accessor.py" 67 "cf_xarray/tests/test_helpers.py" 68 ]; 69
··· 24 25 buildPythonPackage rec { 26 pname = "cf-xarray"; 27 + version = "0.10.1"; 28 pyproject = true; 29 30 src = fetchFromGitHub { 31 owner = "xarray-contrib"; 32 repo = "cf-xarray"; 33 tag = "v${version}"; 34 + hash = "sha256-rWTaVhRqmTwogqYQ+mesZY6ET9YnSiAqDItoZfVgpYg="; 35 }; 36 37 build-system = [ ··· 64 disabledTestPaths = [ 65 # Tests require network access 66 "cf_xarray/tests/test_accessor.py" 67 + "cf_xarray/tests/test_groupers.py" 68 "cf_xarray/tests/test_helpers.py" 69 ]; 70