python3Packages.functiontrace: 0.3.10 -> 0.5.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:32 +02:00
parent 5a5a40d99c
commit fe2ae577b7
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "functiontrace";
version = "0.3.10";
version = "0.5.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-E2MNp3wKb9FEjEQK/vL/XBfScPuAwbWV5JeA9+ujckY=";
hash = "sha256-yRzcg8BDuwF74J2EYa/3GMkTaRGsx0WyDIQEWHwj12M=";
};
nativeBuildInputs = [