python311Packages.chacha20poly1305-reuseable: 0.11.0 -> 0.12.0

Diff: https://github.com/bdraco/chacha20poly1305-reuseable/compare/v0.11.0...v0.12.0

Changelog: https://github.com/bdraco/chacha20poly1305-reuseable/blob/v0.12.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-12-13 23:40:00 +01:00
parent a42aa9875a
commit 8eb3bd9a5d
@@ -17,7 +17,7 @@
let
pname = "chacha20poly1305-reuseable";
version = "0.11.0";
version = "0.12.0";
in
buildPythonPackage {
@@ -30,7 +30,7 @@ buildPythonPackage {
owner = "bdraco";
repo = pname;
rev = "v${version}";
hash = "sha256-uRndA0NnSQtJTftALzBF3FWZtavRyMwBlnCBqoIXE5Q=";
hash = "sha256-g1sLmYy5SClkdBSjFFYtikh2nuxfTIoaCyktqoFl+Ho=";
};
nativeBuildInputs = [