Merge pull request #112713 from r-ryantm/auto-update/python3.7-datadog

python37Packages.datadog: 0.39.0 -> 0.40.0
This commit is contained in:
Doron Behar 2021-04-11 08:47:50 +00:00 committed by GitHub
commit cd5b07f01e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "datadog";
version = "0.39.0";
version = "0.40.0";
src = fetchPypi {
inherit pname version;
sha256 = "b0ef69a27aad0e4412c1ac3e6894fa1b5741db735515c34dfe1606d8cf30e4e5";
sha256 = "4bbd66a02bbcf9cd03ba05194d605a64c9efb7aed90d5e69c6ec42655c3c01a4";
};
postPatch = ''