python: remove name from some expressions

This commit is contained in:
Robert Schütz
2018-02-28 10:10:05 +10:30
committed by Ruben Maher
parent d31fb808af
commit 12c71b3dbe
6 changed files with 4 additions and 10 deletions
@@ -3,7 +3,6 @@
buildPythonPackage rec {
pname = "semantic_version";
version = "2.6.0";
name = "${pname}${version}";
src = fetchPypi {
inherit pname version;