Unverified Commit b44c3189 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.x3dh: 1.2.0 -> 1.3.0 (#485558)

parents 32413458 29156dfe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@
}:
buildPythonPackage rec {
  pname = "x3dh";
  version = "1.2.0";
  version = "1.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Syndace";
    repo = "python-x3dh";
    tag = "v${version}";
    hash = "sha256-NLuFfkutFtNrpBcLA/83QArCDrlrT+i85s2d6FHtuT0=";
    hash = "sha256-F2uUooi9N4Ib9cyDul4LXVtG99UYxhEGpZU427P1DFQ=";
  };

  strictDeps = true;