python311Packages.py3status: 3.56 -> 3.57

This commit is contained in:
R. Ryantm 2024-03-30 02:01:23 +00:00
parent cd75d22750
commit 6d98f51074

View File

@ -24,12 +24,12 @@
buildPythonPackage rec {
pname = "py3status";
version = "3.56";
version = "3.57";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dHc5t8QO4wtwFlLkiaSu5Ern/MsxNHZMd5aeqWdKwNo=";
hash = "sha256-6l0l7sbPspdF/TYTOKaWsgOdpfDUs0PyFVKGUBNPwIA=";
};
nativeBuildInputs = [