python3Packages.line-profiler: 4.2.0 -> 5.0.0

https://github.com/pyutils/line_profiler/blob/v5.0.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:28 +02:00
parent 8f3fd4e6d3
commit ee9aae1795
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "line-profiler";
version = "4.2.0";
version = "5.0.0";
format = "setuptools";
disabled = pythonOlder "3.8" || isPyPy;
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "line_profiler";
inherit version;
hash = "sha256-CeEPJfh2UUOAs/rubek/sMIoq7qFgguhpZHds+tFGpY=";
hash = "sha256-qA8K+wW6DSddnd3F/5fqtjdHEWf/Pmbcx9E1dVBZOYw=";
};
nativeBuildInputs = [