Commit 8597b332 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.phe: 1.5.0 -> 1.5.1

parent 0bdd49cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "phe";
  version = "1.5.0";
  version = "1.5.1";
  pyproject = true;

  # https://github.com/data61/python-paillier/issues/51
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "data61";
    repo = "python-paillier";
    rev = "refs/tags/${version}";
    hash = "sha256-fsZ8x/K+8V4zyVgkci6XNAm89zQFWEbmRVp4jazFfVY=";
    hash = "sha256-P//4ZL4+2zcB5sWvujs2N0CHFz+EBLERWrPGLLHj6CY=";
  };

  build-system = [ setuptools ];