Merge pull request #171935 from r-ryantm/auto-update/python310Packages.aws-adfs

python310Packages.aws-adfs: 2.0.2 -> 2.0.3
main
Benjamin Hipple 2 years ago committed by GitHub
commit 37459e6c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/python-modules/aws-adfs/default.nix

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aws-adfs";
version = "2.0.2";
version = "2.0.3";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -26,8 +26,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "venth";
repo = pname;
rev = version;
hash = "sha256-T3AmPCOSeu7gvl57aHjnviy5iQAKlWy85fUOVecFRFc=";
rev = "refs/tags/${version}";
hash = "sha256-/cOJ8k8YuwTGEXrNuPFAYvDyDKERMJf3o3nRkDLkrJE=";
};
nativeBuildInputs = [

Loading…
Cancel
Save