python3Packages.dtw-python: 1.7.2 -> 1.7.5 (#486981)

This commit is contained in:
Yohann Boniface
2026-06-17 22:15:32 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "dtw-python";
version = "1.7.2";
version = "1.7.5";
pyproject = true;
src = fetchFromGitHub {
owner = "DynamicTimeWarping";
repo = "dtw-python";
tag = "v${version}";
hash = "sha256-DaYqKvjbp2yjL0a5f+vkB4OFOCWqt+f1HUUfarbns3A=";
hash = "sha256-4OP6Fop04HLHURUagLMW4D93zTv9FwAtZ6xyNFbJILA=";
};
build-system = [