python312Packages.pyinstrument: 4.7.3 -> 5.0.0 (#373660)

This commit is contained in:
Jonas Heinrich
2025-01-17 12:22:29 +01:00
committed by GitHub
@@ -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 = [