Unverified Commit a59991b7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.chacha20poly1305-reuseable: 0.12.0 -> 0.12.1

parent a7f4ae06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [