python3Packages.kestra: 0.23.0 -> 1.1.0 (#451954)

This commit is contained in:
Yohann Boniface
2025-11-07 22:44:34 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
pname = "kestra";
version = "0.23.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "kestra-io";
repo = "libs";
tag = "v${version}";
hash = "sha256-WtwvOSgAcN+ly0CnkL0Y7lrO4UhSSiXmoAyGXP/hFtE=";
hash = "sha256-cDJ5c4HgwmBnRtAFp8gxCqpo8AYJcuI2tthQOXaSOmU=";
};
sourceRoot = "${src.name}/python";