Unverified Commit ea6dad32 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.chacha20poly1305-reuseable: 0.3.0 -> 0.4.1
parents b4d9265f 91ae04e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [