pythonPackages.credstash: init at 1.11.0
This commit is contained in:
parent
b5f22e070a
commit
7ac4d7702e
1 changed files with 12 additions and 0 deletions
|
@ -3879,6 +3879,18 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
credstash = buildPythonPackage rec {
|
||||
name = "credstash-${version}";
|
||||
version = "1.11.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/e2/64/6abae87b8da07c262d50b51eed540096ed1f6e01539bf2f2d4c3f718c8c6/credstash-1.11.0.tar.gz";
|
||||
sha256 = "03qm8bjfskzkkmgcy5dr70x9pxabjb3fi0v0nxicg1kryy64k0dz";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pycrypto boto3 docutils ];
|
||||
};
|
||||
|
||||
cython = buildPythonPackage rec {
|
||||
name = "Cython-${version}";
|
||||
version = "0.24";
|
||||
|
|
Loading…
Reference in a new issue