Martin Joerg
2026-01-13 09:12:01 +00:00
parent 1b6ca98b5f
commit c4df0fd7af
@@ -42,14 +42,14 @@
buildPythonPackage (finalAttrs: {
pname = "magic-wormhole";
version = "0.21.1";
version = "0.22.0";
pyproject = true;
src = fetchFromGitHub {
owner = "magic-wormhole";
repo = "magic-wormhole";
tag = finalAttrs.version;
hash = "sha256-HZ6ZS2dkJoW+yL6F3U9WguUHicfG2KWnk4/YuNPwpUc=";
hash = "sha256-22UFwBcpuutFDRPFJAS9MBwoTdIx2xW0DSpR44DJ1lU=";
};
postPatch =