Skip to content

Commit

Permalink
python: elasticsearch-dsl: 7.2.0 -> 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 603a0b7 commit 334ce2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/elasticsearch-dsl/default.nix
Expand Up @@ -10,11 +10,11 @@

buildPythonPackage rec {
pname = "elasticsearch-dsl";
version = "7.2.0";
version = "7.2.1";

src = fetchPypi {
inherit pname version;
sha256 = "19q91srlcvfrk5rnk18c0mzvki9l893g7rqgymfg0p8abb9c05a0";
sha256 = "1e345535164cb684de4b825e1d0daf81b75554b30d3905446584a9e4af0cc3e7";
};

propagatedBuildInputs = [ elasticsearch python-dateutil six ]
Expand Down

0 comments on commit 334ce2a

Please sign in to comment.