Unverified Commit 1cf695e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.datadog: 0.50.0 -> 0.50.1 (#343662)

parents 02c3ee57 619ae39c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "datadog";
  version = "0.50.0";
  version = "0.50.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-OljoX42kfEpHiTtCx1lXC6AoDNISQT2bckbLj8uG9YY=";
    hash = "sha256-V51NtUvW75GMUlAhftsVuAt7EVgrjiT85DcCdow/Li0=";
  };

  nativeBuildInputs = [ hatchling ];