mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
pythonPackages.graphite_web: update to 0.9.11
This commit is contained in:
parent
99fe2013ae
commit
d8cd75d6a1
|
@ -6813,11 +6813,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
|
||||
graphite_web = buildPythonPackage rec {
|
||||
name = "graphite-web-${version}";
|
||||
version = "0.9.10";
|
||||
version = "0.9.11";
|
||||
|
||||
src = fetchurl rec {
|
||||
url = "https://launchpad.net/graphite/0.9/${version}/+download/${name}.tar.gz";
|
||||
sha256 = "1gj8i6j2i172cldqw98395235bn78ciagw6v17fgv01rmind3lag";
|
||||
url = "https://pypi.python.org/packages/source/g/graphite-web/${name}.tar.gz";
|
||||
md5 = "1499b5dded3d1054d598760fd450a6f9";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ django_1_3 django_tagging modules.sqlite3 whisper pkgs.pycairo ldap memcached ];
|
||||
|
|
Loading…
Reference in a new issue