python3Packages.xmlsec: 1.3.13 -> 1.3.14
This commit is contained in:
parent
09e2593436
commit
6ead03b397
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user