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

python310Packages.py3status: 3.49 -> 3.50
This commit is contained in:
Weijia Wang 2023-04-22 23:01:39 +03:00 committed by GitHub
commit 33e114c998
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.49";
version = "3.50";
src = fetchPypi {
inherit pname version;
hash = "sha256-aTQ3hYDMyXSTcEiCVtdU3XQ4xO7mN5dZ0S94ZWbSGo4=";
hash = "sha256-LUFLc7GNEoPIAsTQDhVTt0/NqhwaZHBRLoHF+2nqTUg=";
};
propagatedBuildInputs = [