python312Packages.pyinstrument: 4.7.3 -> 5.0.0

This commit is contained in:
R. Ryantm
2025-01-14 07:25:17 +00:00
parent 629ab9db28
commit a610113486
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyinstrument";
version = "4.7.3";
version = "5.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "joerick";
repo = pname;
tag = "v${version}";
hash = "sha256-Dvpx6Bf4obHL3inzIHhOrM3u/7X+0NRfEAyynDjtEwE=";
hash = "sha256-uJ9KRgSETuxpeEIpBKFz66+Qci86jy36lKkUKpvmKIg=";
};
nativeBuildInputs = [