Unverified Commit 9023e581 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #327524 from r-ryantm/auto-update/python312Packages.chacha20poly1305-reuseable

python312Packages.chacha20poly1305-reuseable: 0.12.1 -> 0.12.2
parents 7913e4e2 3568cc41
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

let
  pname = "chacha20poly1305-reuseable";
  version = "0.12.1";
  version = "0.12.2";
in

buildPythonPackage {
@@ -30,8 +30,8 @@ buildPythonPackage {
  src = fetchFromGitHub {
    owner = "bdraco";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-jgbtDpl2hXmfzmsiIIG6+B3QoekuAjBJGMxQJPX4ynA=";
    rev = "refs/tags/v${version}";
    hash = "sha256-RESSkMWkmlmYarLOI8pX5mwgcr8xAigbp1mrAQP/QNU=";
  };

  nativeBuildInputs = [