python312Packages.line-profiler: 4.1.3 -> 4.2.0 (#361793)

This commit is contained in:
Weijia Wang
2025-01-01 03:56:54 +01:00
committed by GitHub
@@ -14,15 +14,15 @@
buildPythonPackage rec {
pname = "line-profiler";
version = "4.1.3";
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.6" || isPyPy;
disabled = pythonOlder "3.8" || isPyPy;
src = fetchPypi {
pname = "line_profiler";
inherit version;
hash = "sha256-5fESPDZywyGLoGPCO9ZKURWeRGSf7WeAuZPHgfte0xg=";
hash = "sha256-CeEPJfh2UUOAs/rubek/sMIoq7qFgguhpZHds+tFGpY=";
};
nativeBuildInputs = [