Merge pull request #309118 from r-ryantm/auto-update/python311Packages.line-profiler

python311Packages.line-profiler: 4.1.2 -> 4.1.3
This commit is contained in:
Matthias Beyer 2024-05-16 18:17:29 +02:00 committed by GitHub
commit 5743dd7861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "line-profiler";
version = "4.1.2";
version = "4.1.3";
format = "setuptools";
disabled = pythonOlder "3.6" || isPyPy;
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "line_profiler";
inherit version;
hash = "sha256-qlZXiw/1p1b+GAs/2nvWfCe71Hiz0BJGEtjPAOSiHfI=";
hash = "sha256-5fESPDZywyGLoGPCO9ZKURWeRGSf7WeAuZPHgfte0xg=";
};
nativeBuildInputs = [