python311Packages.pyinstrument: 4.5.2 -> 4.5.3
Diff: https://github.com/joerick/pyinstrument/compare/refs/tags/v4.5.2...v4.5.3 Changelog: https://github.com/joerick/pyinstrument/releases/tag/v4.5.3
This commit is contained in:
parent
1f832ad576
commit
94905873ae
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyinstrument";
|
pname = "pyinstrument";
|
||||||
version = "4.5.2";
|
version = "4.5.3";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
owner = "joerick";
|
owner = "joerick";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-VL/JzgMxn5zABfmol+5oofR1RjyxTdzvUi6JnwsSFao=";
|
hash = "sha256-rGjHVbIl0kXgscKNZ/U1AU3Ij9Y+iOpIXnmO4jeb3jI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user