python312Packages.datadog: 0.50.1 -> 0.50.2 (#358081)

This commit is contained in:
Nick Cao 2024-11-22 08:43:46 -05:00 committed by GitHub
commit ad62813bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "datadog";
version = "0.50.1";
version = "0.50.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-V51NtUvW75GMUlAhftsVuAt7EVgrjiT85DcCdow/Li0=";
hash = "sha256-F3JXdL8rsKSPHQltknB0ksGH8krgiWCvCwwvqXlY/VE=";
};
nativeBuildInputs = [ hatchling ];