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

python37Packages.py3status: 3.18 -> 3.19
This commit is contained in:
worldofpeace 2019-06-18 17:34:29 -04:00 committed by GitHub
commit 83ba5afcc9
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.18";
version = "3.19";
src = fetchPypi {
inherit pname version;
sha256 = "053znyl68sjmlp3r4br5jxhqqswjfbb1rb8k6f9qpzcym37439r0";
sha256 = "10ikvdx39phr7n01qa6y9i5lqg3blv0d6y1pwqniczaf558cfp3l";
};
doCheck = false;