python310Packages.py3status: 3.53 -> 3.54

This commit is contained in:
R. Ryantm
2023-11-10 06:06:48 +00:00
parent 2251d8ffde
commit c6ebe12713
@@ -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 = [