python313Packages.xmlsec: 1.3.15 -> 1.3.16 (#433925)

This commit is contained in:
Fabian Affolter
2025-08-16 01:37:46 +02:00
committed by GitHub
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "xmlsec";
version = "1.3.15";
version = "1.3.16";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uqhWuD0AEuJ45vbL7JasgSjeZnyp+pou6wLHUugW9tg=";
hash = "sha256-K2xwVExtHUygBqqjFJWODvNRTcgf/94bI/LsQaV5H50=";
};
build-system = [ setuptools-scm ];