Loading pkgs/development/python-modules/signxml/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ hatch-vcs, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "signxml"; version = "4.2.0"; version = "4.2.2"; pyproject = true; src = fetchFromGitHub { owner = "XML-Security"; repo = "signxml"; tag = "v${version}"; hash = "sha256-oyDhJZVn08rIcR3ti9jsYxyBPgz6VaJSbBVYrTQkbVU="; tag = "v${finalAttrs.version}"; hash = "sha256-IZa62HIsCsNiIlHhLgy0GRIq+E3HBnYSdy/LtDvPa/E="; }; build-system = [ Loading @@ -44,8 +44,8 @@ buildPythonPackage rec { meta = { description = "Python XML Signature and XAdES library"; homepage = "https://github.com/XML-Security/signxml"; changelog = "https://github.com/XML-Security/signxml/blob/${src.tag}/Changes.rst"; changelog = "https://github.com/XML-Security/signxml/blob/${finalAttrs.src.tag}/Changes.rst"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/signxml/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ hatch-vcs, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "signxml"; version = "4.2.0"; version = "4.2.2"; pyproject = true; src = fetchFromGitHub { owner = "XML-Security"; repo = "signxml"; tag = "v${version}"; hash = "sha256-oyDhJZVn08rIcR3ti9jsYxyBPgz6VaJSbBVYrTQkbVU="; tag = "v${finalAttrs.version}"; hash = "sha256-IZa62HIsCsNiIlHhLgy0GRIq+E3HBnYSdy/LtDvPa/E="; }; build-system = [ Loading @@ -44,8 +44,8 @@ buildPythonPackage rec { meta = { description = "Python XML Signature and XAdES library"; homepage = "https://github.com/XML-Security/signxml"; changelog = "https://github.com/XML-Security/signxml/blob/${src.tag}/Changes.rst"; changelog = "https://github.com/XML-Security/signxml/blob/${finalAttrs.src.tag}/Changes.rst"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } })