We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 041c867 + a610113 commit 745df26Copy full SHA for 745df26
pkgs/development/python-modules/pyinstrument/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "pyinstrument";
12
- version = "4.7.3";
+ version = "5.0.0";
13
format = "pyproject";
14
15
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "joerick";
19
repo = pname;
20
tag = "v${version}";
21
- hash = "sha256-Dvpx6Bf4obHL3inzIHhOrM3u/7X+0NRfEAyynDjtEwE=";
+ hash = "sha256-uJ9KRgSETuxpeEIpBKFz66+Qci86jy36lKkUKpvmKIg=";
22
};
23
24
nativeBuildInputs = [
0 commit comments