Skip to content

Commit

Permalink
Merge pull request #54132 from r-ryantm/auto-update/python3.7-elastic…
Browse files Browse the repository at this point in the history
…search-dsl

python37Packages.elasticsearch-dsl: 6.2.1 -> 6.3.1
  • Loading branch information
worldofpeace committed Jan 23, 2019
2 parents ab60662 + 78395c8 commit e64fa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/elasticsearch-dsl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "elasticsearch-dsl";
version = "6.2.1";
version = "6.3.1";

src = fetchPypi {
inherit pname version;
sha256 = "0f0w23kzyym0fkzisdkcl4xpnm8fsi97v1kskyvfrhj3mxy179fh";
sha256 = "1gh8a0shqi105k325hgwb9avrpdjh0mc6mxwfg9ba7g6lssb702z";
};

propagatedBuildInputs = [ elasticsearch python-dateutil six ]
Expand Down

0 comments on commit e64fa0d

Please sign in to comment.