python311Packages.chacha20poly1305-reuseable: 0.3.0 -> 0.4.1

Diff: https://github.com/bdraco/chacha20poly1305-reuseable/compare/v0.3.0...v0.4.1

Changelog: https://github.com/bdraco/chacha20poly1305-reuseable/blob/v0.4.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-08-21 18:42:28 +02:00
parent 45cc39e8a1
commit 91ae04e06e

View file

@ -17,7 +17,7 @@
let
pname = "chacha20poly1305-reuseable";
version = "0.3.0";
version = "0.4.1";
in
buildPythonPackage {
@ -30,7 +30,7 @@ buildPythonPackage {
owner = "bdraco";
repo = pname;
rev = "v${version}";
hash = "sha256-/bXpwSBFr1IM04GNEczzsnsjdFV4miUAzJkvrQjfIq4=";
hash = "sha256-JDkTSJi7QltKAdgkM+aJ33DP2emOAviyCqI/jeapUB8=";
};
nativeBuildInputs = [