python3Packages.py3status: 3.51 -> 3.53

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:55 +02:00
parent 30ffa2ce01
commit e29959b0d4
@@ -23,11 +23,11 @@
buildPythonPackage rec {
pname = "py3status";
version = "3.51";
version = "3.53";
src = fetchPypi {
inherit pname version;
hash = "sha256-x4MftAC1TyR4FEvl+ytwCYg2cm5qAG/X/MJUhJRGlkU=";
hash = "sha256-vZrzHERjAg9J004A2dAbq8hKmAUslCTaRdwEAe9JRqU=";
};
propagatedBuildInputs = [