pythonPackages.py3status: 2.3 -> 2.7

This commit is contained in:
Utku Demir 2015-12-01 10:10:43 +02:00
parent 10135e6f41
commit f2a6b70131
1 changed files with 2 additions and 2 deletions

View File

@ -5827,10 +5827,10 @@ in modules // {
}; };
py3status = buildPythonPackage rec { py3status = buildPythonPackage rec {
name = "py3status-2.3"; name = "py3status-2.7";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/py3status/${name}.tar.gz"; url = "https://pypi.python.org/packages/source/p/py3status/${name}.tar.gz";
md5 = "89ad395268c7791ff5d36412b1efeeb9"; md5 = "6d65cec6bc69671afa9176963526af88";
}; };
propagatedBuildInputs = with self; [ requests2 ]; propagatedBuildInputs = with self; [ requests2 ];
meta = { meta = {