Merge pull request #251802 from fabaff/chacha20poly1305-reuseable-bump

python311Packages.chacha20poly1305-reuseable: 0.4.1 -> 0.4.2
This commit is contained in:
Fabian Affolter
2023-08-28 22:13:19 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
let
pname = "chacha20poly1305-reuseable";
version = "0.4.1";
version = "0.4.2";
in
buildPythonPackage {
@@ -30,7 +30,7 @@ buildPythonPackage {
owner = "bdraco";
repo = pname;
rev = "v${version}";
hash = "sha256-JDkTSJi7QltKAdgkM+aJ33DP2emOAviyCqI/jeapUB8=";
hash = "sha256-RBXEumw5A/XzB/LazUcvq8JM/Ahvcy9lCTYKpGcY7go=";
};
nativeBuildInputs = [