python.pkgs.fastimport: fix expression
This commit is contained in:
parent
e0caf82ccf
commit
e2b539a1ef
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, buildPythonPackage, python, fetchurl }:
|
{ stdenv, buildPythonPackage, python, fetchPypi}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "fastimport-${version}";
|
pname = "fastimport";
|
||||||
version = "0.9.6";
|
version = "0.9.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchPypi {
|
||||||
url = "mirror://pypi/f/fastimport/${name}.tar.gz";
|
inherit pname version;
|
||||||
sha256 = "1aqjsin4rmqm7ln4j0p73fzxifws6c6ikgyhav7r137m2ixsxl43";
|
sha256 = "1aqjsin4rmqm7ln4j0p73fzxifws6c6ikgyhav7r137m2ixsxl43";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user