Skip to content

Commit 745df26

Browse files
authored
python312Packages.pyinstrument: 4.7.3 -> 5.0.0 (NixOS#373660)
2 parents 041c867 + a610113 commit 745df26

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/pyinstrument

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyinstrument/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "pyinstrument";
12-
version = "4.7.3";
12+
version = "5.0.0";
1313
format = "pyproject";
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "joerick";
1919
repo = pname;
2020
tag = "v${version}";
21-
hash = "sha256-Dvpx6Bf4obHL3inzIHhOrM3u/7X+0NRfEAyynDjtEwE=";
21+
hash = "sha256-uJ9KRgSETuxpeEIpBKFz66+Qci86jy36lKkUKpvmKIg=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)