python3Packages.aws-adfs: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm
2025-09-10 03:33:31 +00:00
parent d581d019cf
commit ba432237bd
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aws-adfs";
version = "2.12.0";
version = "2.12.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "venth";
repo = "aws-adfs";
tag = "v${version}";
hash = "sha256-TYfKeLe1zp6d5/JPURAcCAfjtaiWHkkmP1+zE+PiiR4=";
hash = "sha256-U1ptI/VynHArJ1SwX4LanHB0f4U38YZO9XDCXcLBu+s=";
};
build-system = [