python.pkgs.metaphone: fix pname
This is a proper fix for 2224d42e02
.
The pname is used by fetchPypi, so you can't just modify it
and expect fetching to still work.
This commit is contained in:
parent
701375662b
commit
0470591687
@ -5,7 +5,8 @@ buildPythonPackage rec {
|
||||
version = "0.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "Metaphone";
|
||||
inherit version;
|
||||
sha256 = "09ysaczwh2rlsqq9j5fz7m4pq2fs0axp5vvivrpfrdvclvffl2xd";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user