Skip to content

Commit

Permalink
Merge pull request NixOS#268609 from mweinelt/stdlib-list-0.10.0
Browse files Browse the repository at this point in the history
python311Packages.stdlib-list: 0.9.0 -> 0.10.0
  • Loading branch information
mweinelt authored Nov 20, 2023
2 parents f91fd8b + ecab0bc commit 26f28d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/stdlib-list/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "stdlib-list";
version = "0.9.0";
version = "0.10.0";
format = "pyproject";

src = fetchPypi {
pname = "stdlib_list";
inherit version;
hash = "sha256-mOtmE1l2yWtO4/TA7wVS67Wpl3zjAoQz23n0c4sCryY=";
hash = "sha256-ZRnFDWRVE+0odle/6FbVJ/J3MxVAaR3er3eyVFmWShQ=";
};

nativeBuildInputs = [
Expand Down
1 change: 0 additions & 1 deletion pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ in python.pkgs.buildPythonApplication rec {
pytestCheckHook
requests-mock
respx
stdlib-list
syrupy
tomli
# required through tests/auth/mfa_modules/test_otp.py
Expand Down

0 comments on commit 26f28d4

Please sign in to comment.