python3Packages.aws-adfs: 2.12.1 -> 2.13.0

This commit is contained in:
R. Ryantm
2026-07-18 00:38:02 +00:00
parent b5d95a3fd3
commit 61e2d9d556
@@ -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 = [