Merge pull request #10914 from desiderius/elasticsearchdsl-0.0.9
pythonPackages.elasticsearchdsl: 0.0.8 -> 0.0.9
This commit is contained in:
commit
1971f39ab1
@ -3693,11 +3693,11 @@ let
|
||||
|
||||
|
||||
elasticsearchdsl = buildPythonPackage (rec {
|
||||
name = "elasticsearch-dsl-0.0.8";
|
||||
name = "elasticsearch-dsl-0.0.9";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/e/elasticsearch-dsl/${name}.tar.gz";
|
||||
sha256 = "0dd46s7g5l2b2jnjhcpcm721kcsnsqwngzik85jl5qbbcvnqqjzi";
|
||||
sha256 = "1gdcdshk881vy18p0czcmbb3i4s5hl8llnfg6961b6x7jkvhihbj";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ covCore dateutil elasticsearch mock pytest pytestcov unittest2 urllib3 pytz ];
|
||||
|
Loading…
Reference in New Issue
Block a user