python3Packages.djangosaml2: 1.11.0 -> 1.11.1-1

This commit is contained in:
R. Ryantm 2025-07-13 06:16:39 +00:00
parent 9805973355
commit 76c7afcae6

View File

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