Merge pull request #306708 from r-ryantm/auto-update/python311Packages.id

python311Packages.id: 1.3.0 -> 1.4.0
This commit is contained in:
Fabian Affolter 2024-04-25 11:16:09 +02:00 committed by GitHub
commit d76d1c4688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 18 deletions

View File

@ -1,17 +1,18 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, flit-core
, pretend
, pydantic
, pytestCheckHook
, pythonOlder
, requests
{
lib,
buildPythonPackage,
fetchFromGitHub,
flit-core,
pretend,
pydantic,
pytestCheckHook,
pythonOlder,
requests,
}:
buildPythonPackage rec {
pname = "id";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,14 +21,12 @@ buildPythonPackage rec {
owner = "di";
repo = "id";
rev = "refs/tags/v${version}";
hash = "sha256-Yq8tlDh27UEd+NeYuxjPSL8Qh1i19BmF2ZTLJTzXt7E=";
hash = "sha256-lmUBy0hJAxfF65RcBP7tTizrg8j2Zypu4sKgOUQCYh8=";
};
nativeBuildInputs = [
flit-core
];
build-system = [ flit-core ];
propagatedBuildInputs = [
dependencies = [
pydantic
requests
];
@ -37,9 +36,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"id"
];
pythonImportsCheck = [ "id" ];
meta = with lib; {
description = "A tool for generating OIDC identities";