python-itsdangerous: add version 0.24

This commit is contained in:
Peter Simons 2014-05-13 15:54:54 +02:00
parent 45e1c78a81
commit 9bea798163

@ -1895,6 +1895,20 @@ rec {
};
};
itsdangerous = buildPythonPackage rec {
name = "itsdangerous-0.24";
src = fetchurl {
url = "https://pypi.python.org/packages/source/i/itsdangerous/${name}.tar.gz";
sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb";
};
meta = with stdenv.lib; {
description = "helpers to pass trusted data to untrusted environments and back";
homepage = "https://pypi.python.org/pypi/itsdangerous/";
};
};
# TODO: this shouldn't use a buildPythonPackage
koji = buildPythonPackage (rec {
name = "koji-1.8";