python:graphite_beacon: 0.22.1 -> 0.27.0
This commit is contained in:
parent
7d4e04c795
commit
228f657a2b
@ -28356,14 +28356,14 @@ EOF
|
||||
};
|
||||
|
||||
graphite_beacon = buildPythonPackage rec {
|
||||
name = "graphite_beacon-0.22.1";
|
||||
name = "graphite_beacon-0.27.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/g/graphite_beacon/${name}.tar.gz";
|
||||
sha256 = "ebde1aba8030c8aeffaeea39f9d44a2be464b198583ad4a390a2bff5f4172543";
|
||||
sha256 = "03bp4wyfn3xhcqyvs5hnk1n87m4smsmm1p7qp459m7j8hwpbq2ks";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ self.tornado ];
|
||||
propagatedBuildInputs = [ self.tornado self.pyyaml self.funcparserlib ];
|
||||
|
||||
preBuild = "> requirements.txt";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user