Merge pull request #268609 from mweinelt/stdlib-list-0.10.0
python311Packages.stdlib-list: 0.9.0 -> 0.10.0
This commit is contained in:
commit
26f28d434d
2 changed files with 2 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue