lol

Merge pull request #301282 from r-ryantm/auto-update/python311Packages.elasticsearchdsl

python311Packages.elasticsearchdsl: 8.12.0 -> 8.13.0

authored by

Weijia Wang and committed by
GitHub
bd430b3d 98d50dfc

+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.12.0"; 11 + version = "8.13.0"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "sha256-zjK4UpiIqXvpEVMedZCBbPOx9ggmPv9vt1qnEG4jPIg="; 16 + sha256 = "sha256-cy/IEae7B2O8P7WJLk6nzwbTG7o1XoezM1PpLfrNebQ="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ elasticsearch python-dateutil six ];