python3Packages.py3status: 3.62 -> 3.63

This commit is contained in:
R. Ryantm
2025-11-24 23:25:49 +00:00
parent e2d5d61d22
commit 7ebee6e768
@@ -27,12 +27,12 @@
buildPythonPackage rec {
pname = "py3status";
version = "3.62";
version = "3.63";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8+1uj6ZL0BBxVUkiZf29bmN4adAbFmFHYbqkJvm9Y4I=";
hash = "sha256-k9zkbkgw+rD/0JxQyxT5xdEgdDmY/y7zCw6wGo+2Xhg=";
};
nativeBuildInputs = [