python312Packages.datadog: 0.49.1 -> 0.50.0

This commit is contained in:
R. Ryantm
2024-08-21 16:07:46 +00:00
parent 625941e1a9
commit 12e96c77f1
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "datadog";
version = "0.49.1";
version = "0.50.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TLenmRr2ytuGj+RQzUVkc+ZfEfxni3189hBE/xxgdNg=";
hash = "sha256-OljoX42kfEpHiTtCx1lXC6AoDNISQT2bckbLj8uG9YY=";
};
nativeBuildInputs = [ hatchling ];