Martin Joerg
2024-10-07 09:06:20 +00:00
parent c072d363f2
commit 12b4087d58
@@ -36,12 +36,12 @@
buildPythonPackage rec {
pname = "magic-wormhole";
version = "0.15.0";
version = "0.16.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-viVjtcVUe6MzvGYI8EgATI821VYTm/L/49n0HaJ5cAY=";
hash = "sha256-FObBRomNvaem0ZAmJiOmlBmVU2Pn5DTWSq0tIz1tlMk=";
};
postPatch =
@@ -58,10 +58,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
pythonRelaxDeps = [
"spake2"
];
dependencies = [
attrs
autobahn