python310Packages.pyinstrument: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2023-06-26 20:22:07 +00:00
parent 4e9dcbbbc6
commit 381c0848a7

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pyinstrument";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "joerick";
repo = pname;
rev = "v${version}";
hash = "sha256-0GbJkYBgSOIZrHSKM93SW93jXD+ieYN6A01kWoFbyvQ=";
rev = "refs/tags/v${version}";
hash = "sha256-HvPapa3b9/Wc4ClaMOmCAIeHS7H4V9aCR9JCDol2ElE=";
};
# Module import recursion