python39Packages.werkzeug: normalise pname

This commit is contained in:
Sandro Jäckel
2021-09-05 15:01:20 +02:00
committed by Martin Weinelt
parent ebe2232383
commit 618d441bca
@@ -8,15 +8,16 @@
, pytest-timeout
, pytest-xprocess
, pytestCheckHook
}:
}:
buildPythonPackage rec {
pname = "Werkzeug";
pname = "werkzeug";
version = "2.0.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
pname = "Werkzeug";
inherit version;
sha256 = "0hlwawnn8c41f254qify5jnjj8xb97n294h09bqimzqhs0qdpq8x";
};