python311Packages.chacha20poly1305-reuseable: 0.12.0 -> 0.12.1

https://github.com/bdraco/chacha20poly1305-reuseable/blob/v0.12.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-02-09 13:46:03 +01:00
parent a7f4ae0644
commit a59991b77b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
let
pname = "chacha20poly1305-reuseable";
version = "0.12.0";
version = "0.12.1";
in
buildPythonPackage {
@ -30,7 +30,7 @@ buildPythonPackage {
owner = "bdraco";
repo = pname;
rev = "v${version}";
hash = "sha256-g1sLmYy5SClkdBSjFFYtikh2nuxfTIoaCyktqoFl+Ho=";
hash = "sha256-jgbtDpl2hXmfzmsiIIG6+B3QoekuAjBJGMxQJPX4ynA=";
};
nativeBuildInputs = [