Skip to content

Commit

Permalink
Merge pull request #333839 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.pyinstrument

python312Packages.pyinstrument: 4.7.0 -> 4.7.2
  • Loading branch information
NickCao authored Aug 11, 2024
2 parents 94980ef + 1c08e7a commit 78864f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyinstrument/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "pyinstrument";
version = "4.7.0";
version = "4.7.2";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "joerick";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XB4ebWxTIX7WP2iLhhV2bHqoAau+mHnNnCSjEIQF/rM=";
hash = "sha256-X28GRYlGrlDUcY+7teaCiJkG+kQ7p367TK0zOjfHi5o=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 78864f4

Please sign in to comment.