python38Packages.line_profiler: 3.3.1 -> 3.4.0

This commit is contained in:
R. Ryantm 2021-12-31 03:16:20 +00:00 committed by Fabian Affolter
parent 796af3ddba
commit 2e7baecd20

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "line_profiler";
version = "3.3.1";
version = "3.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "6e2fb792ca022f900f374f9659fd3e7c530cd4df7d3b7e84be889093b487639f";
sha256 = "b6b0a8100a2829358e31ef7c6f427b1dcf2b1d8e5d38b55b219719ecf758aee5";
};
nativeBuildInputs = [