python311Packages.py3status: 3.54 -> 3.55

This commit is contained in:
R. Ryantm 2024-01-15 02:53:59 +00:00
parent 500129c8b2
commit e57ca7a1ff

View file

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