python312Packages.djangosaml2: 1.9.3 -> 1.10.1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "djangosaml2";
|
||||
version = "1.9.3";
|
||||
version = "1.10.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "IdentityPython";
|
||||
repo = "djangosaml2";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-rbmEJuG2mgozpCFOXZUJFxv8v52IRQeaeAKfeUDACeU=";
|
||||
hash = "sha256-5o89tqGlklVS6WwxPUG+3rXBFVSqv8QXmoGVonBucK4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Django SAML2 Service Provider based on pySAML2";
|
||||
homepage = "https://github.com/IdentityPython/djangosaml2";
|
||||
changelog = "https://github.com/IdentityPython/djangosaml2/blob/v${version}/CHANGES";
|
||||
changelog = "https://github.com/IdentityPython/djangosaml2/blob/${src.tag}/CHANGES";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ melvyn2 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user