pythonPackages.shortuuid: 0.4.2 -> 0.4.3

This commit is contained in:
Frederik Rietdijk 2016-01-22 20:40:11 +01:00
parent 2c866e479a
commit a94703dbb2

View File

@ -18265,13 +18265,13 @@ in modules // {
shortuuid = buildPythonPackage rec { shortuuid = buildPythonPackage rec {
name = "shortuuid-${version}"; name = "shortuuid-${version}";
version = "0.4.2"; version = "0.4.3";
disabled = isPy26; disabled = isPy26;
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/shortuuid/${name}.tar.gz"; url = "https://pypi.python.org/packages/source/s/shortuuid/${name}.tar.gz";
md5 = "142e3ae4e7cd32d41a71deb359db4cfe"; sha256 = "4606dbb19124d98109c00e2cafae2df8117aec02115623e18fb2abe3f766d293";
}; };
buildInputs = with self; [pep8]; buildInputs = with self; [pep8];