Unverified Commit 745df266 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

python312Packages.pyinstrument: 4.7.3 -> 5.0.0 (#373660)

parents 041c867b a6101134
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pyinstrument";
  version = "4.7.3";
  version = "5.0.0";
  format = "pyproject";

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

  nativeBuildInputs = [