magic-wormhole: 0.21.0 -> 0.21.1 (#457187)
This commit is contained in:
@@ -42,14 +42,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "magic-wormhole";
|
pname = "magic-wormhole";
|
||||||
version = "0.21.0";
|
version = "0.21.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "magic-wormhole";
|
owner = "magic-wormhole";
|
||||||
repo = "magic-wormhole";
|
repo = "magic-wormhole";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-gsNdV6JvxsdlyPOSn07nTrvU4ju+3si3SQhyN8ZX/ac=";
|
hash = "sha256-HZ6ZS2dkJoW+yL6F3U9WguUHicfG2KWnk4/YuNPwpUc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
|
|||||||
Reference in New Issue
Block a user