python3Packages.signxml: 4.3.1 -> 4.4.0 (#497514)

This commit is contained in:
Fabian Affolter 2026-03-07 11:38:37 +00:00 committed by GitHub
commit 0a45799ca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "signxml";
version = "4.3.1";
version = "4.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XML-Security";
repo = "signxml";
tag = "v${finalAttrs.version}";
hash = "sha256-yAqew1y9LBCKGSc4B9r/c/2XtQzQur4lvVQJUExk95E=";
hash = "sha256-BExi8MQ59Vq7+X66fTKjKaSPRAbplQkAT42De/QCpvI=";
};
build-system = [