Merge pull request #80943 from r-ryantm/auto-update/python2.7-datadog

python27Packages.datadog: 0.33.0 -> 0.34.1
This commit is contained in:
worldofpeace 2020-02-24 17:45:57 -05:00 committed by GitHub
commit 868e28e6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "datadog";
version = "0.33.0";
version = "0.34.1";
src = fetchPypi {
inherit pname version;
sha256 = "bce73f33a4496b004402baa502251150e3b48a48f610ff89d4cd110b366ee0ab";
sha256 = "1msi3wm0khmzh0ad7lwd5gigmqrxj25hd4w0qrsarihmd4ywrn1v";
};
postPatch = ''
@ -25,6 +25,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "The Datadog Python library";
license = licenses.bsd3;
homepage = https://github.com/DataDog/datadogpy;
homepage = "https://github.com/DataDog/datadogpy";
};
}