Merge pull request #32490 from dotlambda/py3status

pythonPackages.py3status: 3.6 -> 3.7
This commit is contained in:
Orivej Desh 2017-12-08 23:20:48 +00:00 committed by GitHub
commit cbaf7fe178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7268,13 +7268,13 @@ in {
};
py3status = buildPythonPackage rec {
version = "3.6";
version = "3.7";
name = "py3status-${version}";
src = pkgs.fetchFromGitHub {
owner = "ultrabug";
repo = "py3status";
rev = version;
sha256 = "01qvrwgkphb0lr7g9dm0hncbxcds05kg4qgbsrvnc7d5j2vhfdkr";
sha256 = "1khrvxjjcm1bsswgrdgvyrdrimxx92yhql4gmji6a0kpp59dp541";
};
doCheck = false;
propagatedBuildInputs = with self; [ requests ];