python3Packages.xclim: 0.61.1 -> 0.62.0 (#555009)

This commit is contained in:
Nikolay Korotkiy
2026-08-22 11:46:25 +00:00
committed by GitHub

View File

@@ -35,14 +35,14 @@
}:
buildPythonPackage rec {
pname = "xclim";
version = "0.61.1";
version = "0.62.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Ouranosinc";
repo = "xclim";
tag = "v${version}";
hash = "sha256-a1RjI8Gz2B60FEWx+PFz8RHKJlV3HRR1tIqzKudOvRE=";
hash = "sha256-1XuviMw8roOmrzRJZOX9x7Xf7HjElmbE1GC50RKg9XY=";
};
build-system = [