mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: magic-wormhole-mailbox-server: 0.3.1 -> 0.4.1
This commit is contained in:
parent
dca3f03834
commit
794ee67afd
@ -1,12 +1,12 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, six, attrs, twisted, pyopenssl, service-identity, autobahn, treq, mock }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.3.1";
|
||||
version = "0.4.1";
|
||||
pname = "magic-wormhole-mailbox-server";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1q6zhbx8fcpk7rchclm7yqcxdsc1x97hki2ji61sa544r5xvxv55";
|
||||
sha256 = "1af10592909caaf519c00e706eac842c5e77f8d4356215fe9c61c7b2258a88fb";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six attrs twisted pyopenssl service-identity autobahn ];
|
||||
|
Loading…
Reference in New Issue
Block a user