python3Packages.pyinstrument: 5.1.0 -> 5.1.1

R. Ryantm fe2cc9b7 72f5bfc3

Changed files
+2 -2
pkgs
development
python-modules
pyinstrument
+2 -2
pkgs/development/python-modules/pyinstrument/default.nix
···
buildPythonPackage rec {
pname = "pyinstrument";
-
version = "5.1.0";
+
version = "5.1.1";
format = "pyproject";
disabled = pythonOlder "3.7";
···
owner = "joerick";
repo = "pyinstrument";
tag = "v${version}";
-
hash = "sha256-t1kiHqzaJDnjdsHBLEcWHSxPM6jZ7rPctFCjDQpL8ks=";
+
hash = "sha256-omQLUVgHbyz6YzLQ/7zU0f1R5xFU7EVGnwXohcuuP+o=";
};
nativeBuildInputs = [