python.pkgs.datadog: 0.20.0 -> 0.23.0
This commit is contained in:
parent
6c7ec02503
commit
95c66dac70
@ -1,18 +1,14 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, decorator, requests, simplejson
|
, decorator, requests, simplejson
|
||||||
, nose, mock }:
|
, nose, mock }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "datadog";
|
pname = "datadog";
|
||||||
version = "0.20.0";
|
version = "0.23.0";
|
||||||
|
|
||||||
# no tests in PyPI tarball
|
src = fetchPypi {
|
||||||
# https://github.com/DataDog/datadogpy/pull/259
|
inherit pname version;
|
||||||
src = fetchFromGitHub {
|
sha256 = "6ed9aec2b3a26722b74465c2ed36d2efdb9c9fac1a07a84d81fa2fc0cfa66ae4";
|
||||||
owner = "DataDog";
|
|
||||||
repo = "datadogpy";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "1p4p14853yrsl8py4ca7za7a12qzw0xwgz64f5kzx8a6vpv3p3md";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ decorator requests simplejson ];
|
propagatedBuildInputs = [ decorator requests simplejson ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user