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

python310Packages.py3status: 3.53 -> 3.54
This commit is contained in:
Nick Cao 2023-11-10 09:00:48 -05:00 committed by GitHub
commit ed8951cedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,12 +24,12 @@
buildPythonPackage rec {
pname = "py3status";
version = "3.53";
version = "3.54";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vZrzHERjAg9J004A2dAbq8hKmAUslCTaRdwEAe9JRqU=";
hash = "sha256-xRiXFCILZeiNYJMIJ8Qxga71/7WXeTUsdnRvfvDzpCY=";
};
nativeBuildInputs = [