python3Packages.datadog: 0.41.0 -> 0.42.0

This commit is contained in:
Fabian Affolter 2021-07-02 11:54:41 +02:00
parent 752035e078
commit fe135c9105

View file

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "datadog";
version = "0.41.0";
version = "0.42.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-PeGkO4qNX2sZ0WLsG0gtxasmNsWc9l5gWJcCMEUQpok=";
sha256 = "sha256-em+sF6fQnxiDq5pFzk/3oWqhpes8xMbN2sf4xT59Hps=";
};
postPatch = ''