Merge pull request #240112 from r-ryantm/auto-update/python310Packages.py3status

python310Packages.py3status: 3.50 -> 3.51
This commit is contained in:
Martin Weinelt 2023-06-27 18:01:21 +02:00 committed by GitHub
commit 32fc7f1b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,11 @@
buildPythonPackage rec {
pname = "py3status";
version = "3.50";
version = "3.51";
src = fetchPypi {
inherit pname version;
hash = "sha256-LUFLc7GNEoPIAsTQDhVTt0/NqhwaZHBRLoHF+2nqTUg=";
hash = "sha256-x4MftAC1TyR4FEvl+ytwCYg2cm5qAG/X/MJUhJRGlkU=";
};
propagatedBuildInputs = [