python3Packages.aws-adfs: 2.12.1 -> 2.13.0 (#543095)

This commit is contained in:
dotlambda
2026-07-18 04:06:47 +00:00
committed by GitHub

View File

@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "aws-adfs";
version = "2.12.1";
version = "2.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "venth";
repo = "aws-adfs";
tag = "v${version}";
hash = "sha256-U1ptI/VynHArJ1SwX4LanHB0f4U38YZO9XDCXcLBu+s=";
hash = "sha256-FqE4v6Ao8Gc0S1w4GN9rytXqIt2CMQOlO81mXe8xZtM=";
};
build-system = [