python3Packages.backtesting: 0.6.4 -> 0.6.5 (#430075)

This commit is contained in:
Yohann Boniface
2025-08-08 06:21:58 +02:00
committed by GitHub
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "backtesting";
version = "0.6.4";
version = "0.6.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8Xasb7VG39XXQ/A47lgkYk5Vo4pJPE3Vghcxt0yGeq4=";
hash = "sha256-c4od7ij8U98u2jXqLy0aHDfdugHfFCI/yeh9gKHvvC4=";
};
build-system = [