python312Packages.pyinstrument: 4.7.0 -> 4.7.2

This commit is contained in:
R. Ryantm 2024-08-11 03:52:16 +00:00
parent 2d2404abaf
commit 1c08e7a7b4

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyinstrument";
version = "4.7.0";
version = "4.7.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "joerick";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XB4ebWxTIX7WP2iLhhV2bHqoAau+mHnNnCSjEIQF/rM=";
hash = "sha256-X28GRYlGrlDUcY+7teaCiJkG+kQ7p367TK0zOjfHi5o=";
};
nativeBuildInputs = [