python3Packages.gluonts: 0.16.1 -> 0.16.2 (#420586)

This commit is contained in:
Nikolay Korotkiy
2025-06-28 14:00:35 +04:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "gluonts";
version = "0.16.1";
version = "0.16.2";
pyproject = true;
src = fetchFromGitHub {
owner = "awslabs";
repo = "gluonts";
tag = "v${version}";
hash = "sha256-i4yCNe8C9BZw6AZUDOZC1E9PQOOOoUovSZnOF1yzycM=";
hash = "sha256-h0+RYgGMz0gPchiKGIu0/NGcWBky5AWNTJKzoupn/iQ=";
};
build-system = [