python3Packages.datadog: 0.52.1 -> 0.52.2 (#537143)

This commit is contained in:
Yohann Boniface
2026-06-30 21:22:30 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "datadog";
version = "0.52.1";
version = "0.52.2";
pyproject = true;
src = fetchFromGitHub {
owner = "DataDog";
repo = "datadogpy";
tag = "v${version}";
hash = "sha256-WhfCREEuFT4b75C62KWnAyYGt4/j5tuuP8hZOHGNo10=";
hash = "sha256-ykZb6wm/hwYyQu6+cdtA33J82SLle5iJlmV5mNHTkv0=";
};
build-system = [ hatchling ];