Skip to content

Commit

Permalink
python312Packages.elasticsearchdsl: 8.17.0 -> 8.17.1 (#372149)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 8, 2025
2 parents caf6ef6 + f5fbee6 commit d7f67b8
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,15 +11,15 @@

buildPythonPackage rec {
pname = "elasticsearch-dsl";
version = "8.17.0";
version = "8.17.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "elasticsearch_dsl";
inherit version;
hash = "sha256-wgQhgXVGLRCKhPuRM3HkXT9J6d1xHKJux+2Jq06PKH0=";
hash = "sha256-2BcGmb/bT+f6s4VM2sMZotbd26opyep5k9LsIgVttaA=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit d7f67b8

Please sign in to comment.