nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pyinstrument: 5.1.0 -> 5.1.1 (#434887)

authored by

Jonas Heinrich and committed by
GitHub
5af339e0 07f6d8e6

+2 -2
+2 -2
pkgs/development/python-modules/pyinstrument/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyinstrument"; 12 - version = "5.1.0"; 12 + version = "5.1.1"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "joerick"; 19 19 repo = "pyinstrument"; 20 20 tag = "v${version}"; 21 - hash = "sha256-t1kiHqzaJDnjdsHBLEcWHSxPM6jZ7rPctFCjDQpL8ks="; 21 + hash = "sha256-omQLUVgHbyz6YzLQ/7zU0f1R5xFU7EVGnwXohcuuP+o="; 22 22 }; 23 23 24 24 nativeBuildInputs = [