Merge pull request #69830 from r-ryantm/auto-update/python3.7-py3status

python37Packages.py3status: 3.19 -> 3.20
This commit is contained in:
Mario Rodas 2019-09-28 10:00:12 -05:00 committed by GitHub
commit 480acfbc2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,11 @@
buildPythonPackage rec {
pname = "py3status";
version = "3.19";
version = "3.20";
src = fetchPypi {
inherit pname version;
sha256 = "10ikvdx39phr7n01qa6y9i5lqg3blv0d6y1pwqniczaf558cfp3l";
sha256 = "14p0ikbgy1pgphy00gvi6zpkz2kf5mwmawbdqs0l57s0fzrz7xwz";
};
doCheck = false;