Merge pull request #161478 from r-ryantm/auto-update/python3.10-pysaml2

python310Packages.pysaml2: 7.1.0 -> 7.1.1
This commit is contained in:
Fabian Affolter 2022-02-23 10:11:14 +01:00 committed by GitHub
commit b397667043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "pysaml2";
version = "7.1.0";
version = "7.1.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "IdentityPython";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3Yl6j6KAlw7QQYnwU7+naY6D97IqX766zguekKAuic8=";
sha256 = "sha256-uRfcn3nCK+tx6ol6ZFarOSrDOh0cfC9gZXBZ7EICQzw=";
};
propagatedBuildInputs = [