python3Packages.backtesting: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm
2025-08-01 10:01:58 +00:00
parent 2081733c23
commit f49ac123c6
@@ -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 = [