python3Packages.pyinstrument: 5.1.1 -> 5.1.2 (#478775)

This commit is contained in:
Nick Cao
2026-01-12 21:50:39 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyinstrument";
version = "5.1.1";
version = "5.1.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "joerick";
repo = "pyinstrument";
tag = "v${version}";
hash = "sha256-omQLUVgHbyz6YzLQ/7zU0f1R5xFU7EVGnwXohcuuP+o=";
hash = "sha256-OP4B2E3le67oT5nV8OmOFQvkrEog5qoq4pihRpXIxcY=";
};
nativeBuildInputs = [