forked from mirrors/nixpkgs
python2nix: update to latest
Switch to upstream repo now that pull request #3 is merged.
This commit is contained in:
parent
a0e82a304f
commit
a2a5b539a1
|
@ -1,15 +1,13 @@
|
||||||
{ stdenv, fetchFromGitHub, pythonPackages }:
|
{ stdenv, fetchFromGitHub, pythonPackages }:
|
||||||
|
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "python2nix-dev";
|
name = "python2nix-20140927";
|
||||||
|
|
||||||
# TODO: change to upstream once https://github.com/proger/python2nix/pull/3 is merged
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "iElectric";
|
owner = "proger";
|
||||||
repo = "python2nix";
|
repo = "python2nix";
|
||||||
rev = "734de5f680425c6298eff46481e5e717d6e141a9";
|
rev = "84e3a5bbe82e5d9d694d6db8dabf73def4ac917b";
|
||||||
sha256 = "09qpzml38rplbr7vhplhzy3iy5n9fd3ba5b9r9cp6d08sk5xidqf";
|
sha256 = "022gr0gw6azfi3iq4ggb3fhkw2jljs6n5rncn45hb5liwakigj8i";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ];
|
propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ];
|
||||||
|
|
Loading…
Reference in a new issue