python3Packages.djangosaml2: 1.11.0 -> 1.11.1-1 (#424751)

This commit is contained in:
Paul Meyer 2025-07-16 09:01:58 +02:00 committed by GitHub
commit 0fd3e256d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "djangosaml2";
version = "1.11.0";
version = "1.11.1-1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "IdentityPython";
repo = "djangosaml2";
tag = "v${version}";
hash = "sha256-AkyXxWcckBVWUZAhjuUru2b1/t4iwoCKxmTvvqSziV0=";
hash = "sha256-f7VgysfGpwt4opmXXaigRsOBS506XB/jZV1zRiYwZig=";
};
build-system = [ setuptools ];