lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.py3status: 3.53 -> 3.54

+2 -2
+2 -2
pkgs/development/python-modules/py3status/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "py3status"; 27 - version = "3.53"; 27 + version = "3.54"; 28 28 pyproject = true; 29 29 30 30 src = fetchPypi { 31 31 inherit pname version; 32 - hash = "sha256-vZrzHERjAg9J004A2dAbq8hKmAUslCTaRdwEAe9JRqU="; 32 + hash = "sha256-xRiXFCILZeiNYJMIJ8Qxga71/7WXeTUsdnRvfvDzpCY="; 33 33 }; 34 34 35 35 nativeBuildInputs = [