python3Packages.xmlsec: 1.3.13 -> 1.3.14

This commit is contained in:
Martin Weinelt 2024-04-18 21:49:01 +02:00
parent 09e2593436
commit 6ead03b397
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "xmlsec";
version = "1.3.13";
version = "1.3.14";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-kW9deOgEH2zZORq7plnajJSk/vcZbRJtQK8f9Bfyz4Y=";
hash = "sha256-k0+ATy+JW824bx6u4ja2YQE1YO5p7BCNKc3W5fKSotk=";
};
nativeBuildInputs = [ pkg-config pkgconfig setuptools-scm ];