python313Packages.xmlsec: 1.3.15 -> 1.3.16

Changelog: https://github.com/xmlsec/python-xmlsec/releases/tag/1.3.16
This commit is contained in:
Fabian Affolter
2025-08-15 09:48:03 +02:00
parent e3222f1adc
commit 71bde0dfb1

View File

@@ -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 ];