python312Packages.signxml: 3.2.2 -> 4.0.2
Diff: https://github.com/XML-Security/signxml/compare/refs/tags/v3.2.2...v4.0.2 Changelog: https://github.com/XML-Security/signxml/blob/refs/tags/v4.0.2/Changes.rst
This commit is contained in:
parent
2b2a8530a8
commit
a74add32fb
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "signxml";
|
||||
version = "3.2.2";
|
||||
version = "4.0.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -22,12 +22,12 @@ buildPythonPackage rec {
|
||||
owner = "XML-Security";
|
||||
repo = "signxml";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TlOIHYvx1o46nr/3qq45pgeOqmuyWaaTGvOS0Jwz1zs=";
|
||||
hash = "sha256-ZpboU0N8dD03yHSboMpC+TJvp16StM45Qhn0Hv9+6fg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
certifi
|
||||
cryptography
|
||||
lxml
|
||||
|
Loading…
Reference in New Issue
Block a user