Merge pull request #271363 from r-ryantm/auto-update/python310Packages.elasticsearch-dsl

python310Packages.elasticsearch-dsl: 8.9.0 -> 8.11.0

authored by Fabian Affolter and committed by GitHub 5f01754a 252be668

+2 -2
+2 -2
pkgs/development/python-modules/elasticsearch-dsl/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "elasticsearch-dsl"; 11 - version = "8.9.0"; 11 + version = "8.11.0"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "sha256-ZkEK34gfArigMuilsqPuCT/e7eS4FPvwTA9s4EmbdHI="; 15 + sha256 = "sha256-RK9P1/YgCbsZGTtV4cIUO2kyUX5MDsMBB+f/TZaKEn4="; 16 16 }; 17 17 18 18 propagatedBuildInputs = [ elasticsearch python-dateutil six ];