python312Packages.chacha20poly1305-reuseable: 0.12.2 -> 0.13.2

https://github.com/bdraco/chacha20poly1305-reuseable/blob/v0.13.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-08-06 18:18:50 +02:00
parent ae24278745
commit f22f05aa07
@@ -18,7 +18,7 @@
let
pname = "chacha20poly1305-reuseable";
version = "0.12.2";
version = "0.13.2";
in
buildPythonPackage {
@@ -31,7 +31,7 @@ buildPythonPackage {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RESSkMWkmlmYarLOI8pX5mwgcr8xAigbp1mrAQP/QNU=";
hash = "sha256-i6bhqfYo+gFTf3dqOBSQqGN4WPqbUR05StdwZvrVckI=";
};
nativeBuildInputs = [
@@ -46,7 +46,7 @@ buildPythonPackage {
preCheck = ''
substituteInPlace pyproject.toml \
--replace "--cov=chacha20poly1305_reuseable --cov-report=term-missing:skip-covered" ""
--replace-fail "--cov=chacha20poly1305_reuseable --cov-report=term-missing:skip-covered" ""
'';
nativeCheckInputs = [ pytestCheckHook ];