python3Packages.line_profiler: 2.1.2 -> 3.0.2
This commit is contained in:
parent
cca7143293
commit
8311b59577
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "line_profiler";
|
pname = "line_profiler";
|
||||||
version = "2.1.2";
|
version = "3.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "efa66e9e3045aa7cb1dd4bf0106e07dec9f80bc781a993fbaf8162a36c20af5c";
|
sha256 = "7218ad6bd81f8649b211974bf108933910f016d66b49651effe7bbf63667d141";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./python37.patch ];
|
patches = [ ./python37.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user