Merge pull request #281057 from r-ryantm/auto-update/python311Packages.py3status

python311Packages.py3status: 3.54 -> 3.55
This commit is contained in:
Weijia Wang 2024-01-20 20:29:22 +01:00 committed by GitHub
commit 0de3efae2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [