python3Packages.pyinstrument: 5.1.1 -> 5.1.2

This commit is contained in:
R. Ryantm
2026-01-10 17:39:46 +00:00
parent 1de85f4c80
commit 601e735905
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyinstrument";
version = "5.1.1";
version = "5.1.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "joerick";
repo = "pyinstrument";
tag = "v${version}";
hash = "sha256-omQLUVgHbyz6YzLQ/7zU0f1R5xFU7EVGnwXohcuuP+o=";
hash = "sha256-OP4B2E3le67oT5nV8OmOFQvkrEog5qoq4pihRpXIxcY=";
};
nativeBuildInputs = [