python3Packages.magic-wormhole-mailbox-server: 0.7.0 -> 0.8.0 (#523231)

This commit is contained in:
Michael Daniels
2026-05-24 18:16:51 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "magic-wormhole-mailbox-server";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "magic-wormhole";
repo = "magic-wormhole-mailbox-server";
tag = finalAttrs.version;
hash = "sha256-OkmYm/pehd4NlkIoqGzKaTBXkpFRwbiMHeZNezd8NvU=";
hash = "sha256-P1Pyz4uOoFeTc7Fd8DxeHW/Cig8i2QS3wh6vOSzaDKg=";
};
build-system = [ setuptools ];