Unverified Commit cd5bfc08 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

magic-wormhole: 0.21.0 -> 0.21.1 (#457187)

parents 6be7c24c a798bc82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,14 +42,14 @@

buildPythonPackage rec {
  pname = "magic-wormhole";
  version = "0.21.0";
  version = "0.21.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "magic-wormhole";
    repo = "magic-wormhole";
    tag = version;
    hash = "sha256-gsNdV6JvxsdlyPOSn07nTrvU4ju+3si3SQhyN8ZX/ac=";
    hash = "sha256-HZ6ZS2dkJoW+yL6F3U9WguUHicfG2KWnk4/YuNPwpUc=";
  };

  postPatch =