lol
0
fork

Configure Feed

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

Merge pull request #268609 from mweinelt/stdlib-list-0.10.0

python311Packages.stdlib-list: 0.9.0 -> 0.10.0

authored by

Martin Weinelt and committed by
GitHub
26f28d43 f91fd8b0

+2 -3
+2 -2
pkgs/development/python-modules/stdlib-list/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "stdlib-list"; 11 - version = "0.9.0"; 11 + version = "0.10.0"; 12 12 format = "pyproject"; 13 13 14 14 src = fetchPypi { 15 15 pname = "stdlib_list"; 16 16 inherit version; 17 - hash = "sha256-mOtmE1l2yWtO4/TA7wVS67Wpl3zjAoQz23n0c4sCryY="; 17 + hash = "sha256-ZRnFDWRVE+0odle/6FbVJ/J3MxVAaR3er3eyVFmWShQ="; 18 18 }; 19 19 20 20 nativeBuildInputs = [
-1
pkgs/servers/home-assistant/default.nix
··· 460 460 pytestCheckHook 461 461 requests-mock 462 462 respx 463 - stdlib-list 464 463 syrupy 465 464 tomli 466 465 # required through tests/auth/mfa_modules/test_otp.py