python3Packages.backtesting: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm
2025-05-17 12:35:54 +00:00
parent 2c25b7b552
commit 584cbef206
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "backtesting";
version = "0.6.3";
version = "0.6.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-xryzvjKT+FRbF4pnniHvkRA98jrZVoCyYOmjYU93Ta4=";
hash = "sha256-8Xasb7VG39XXQ/A47lgkYk5Vo4pJPE3Vghcxt0yGeq4=";
};
build-system = [