python3Packages.xclim: 0.59.1 -> 0.60.0

This commit is contained in:
R. Ryantm
2026-01-23 19:18:53 +00:00
parent fa4e65ad7a
commit dc3b38e754
@@ -35,14 +35,14 @@
}:
buildPythonPackage rec {
pname = "xclim";
version = "0.59.1";
version = "0.60.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Ouranosinc";
repo = "xclim";
tag = "v${version}";
hash = "sha256-n9HJoIHLyLWxrgCuDZDQ9dcW7frgEA/LoYqnTEBLqD8=";
hash = "sha256-dVa4/nvMg2iBW7j3eePZFggedLJXLF/4oU0k7zIp8d0=";
};
build-system = [