Skip to content

Commit 79b925f

Browse files
authoredMar 24, 2025
python312Packages.cf-xarray: 0.10.2 -> 0.10.4 (#392611)
2 parents 6bea636 + 86f86f7 commit 79b925f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/cf-xarray/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
buildPythonPackage rec {
2626
pname = "cf-xarray";
27-
version = "0.10.2";
27+
version = "0.10.4";
2828
pyproject = true;
2929

3030
src = fetchFromGitHub {
3131
owner = "xarray-contrib";
3232
repo = "cf-xarray";
3333
tag = "v${version}";
34-
hash = "sha256-uhlJOOxmyW7WxiWUOwj2T1wSdvUlpRVE2gWz6rLO9VY=";
34+
hash = "sha256-OlPoCFTeLTrYEUONu5PMZyfkQiHoqF/2Bj4OkUOCei8=";
3535
};
3636

3737
build-system = [

0 commit comments

Comments
 (0)
Failed to load comments.