python310Packages.pyinstrument: 4.4.0 -> 4.5.0
This commit is contained in:
parent
4e9dcbbbc6
commit
381c0848a7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue