Unverified Commit 7554d04a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #334003 from mjoerg/magic-wormhole-0.15.0

magic-wormhole: 0.14.0 -> 0.15.0
parents edfe9ad1 8a144b3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,12 +36,12 @@

buildPythonPackage rec {
  pname = "magic-wormhole";
  version = "0.14.0";
  version = "0.15.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-AG0jn4i/98N7wu/2CgBOJj+vklj3J5GS0Gugyc7WsIA=";
    hash = "sha256-viVjtcVUe6MzvGYI8EgATI821VYTm/L/49n0HaJ5cAY=";
  };

  postPatch =