python312Packages.functiontrace: 0.3.7 -> 0.3.10 (#397992)

This commit is contained in:
Arne Keller
2025-04-13 11:35:08 +02:00
committed by GitHub
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "functiontrace";
version = "0.3.7";
version = "0.3.10";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-3bnxZFq1/D9ntwfv7O2YU6MnKEDWWIG4zX0e3cgCleg=";
hash = "sha256-E2MNp3wKb9FEjEQK/vL/XBfScPuAwbWV5JeA9+ujckY=";
};
nativeBuildInputs = [