python3Packages.magic-wormhole-mailbox-server: 0.5.1 -> 0.6.0
https://github.com/magic-wormhole/magic-wormhole-mailbox-server/compare/refs/tags/0.5.1...refs/tags/0.6.0 https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/refs/tags/0.6.0/NEWS.md
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "magic-wormhole-mailbox-server";
|
||||
version = "0.5.1";
|
||||
version = "0.6.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "magic-wormhole";
|
||||
repo = "magic-wormhole-mailbox-server";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-z0iJDUE0LL/PbAYGAHnNJ4wizuB4qA4nFk3uLNuTNWg=";
|
||||
hash = "sha256-Ckwkvw4pMEGUTarfzg1GOodHMwM5hVix2bPCZTI6hxU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -29,7 +29,6 @@ buildPythonPackage (finalAttrs: {
|
||||
dependencies = [
|
||||
attrs
|
||||
autobahn
|
||||
setuptools # pkg_resources is referenced at runtime
|
||||
twisted
|
||||
]
|
||||
++ autobahn.optional-dependencies.twisted
|
||||
|
||||
Reference in New Issue
Block a user