mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
python3Packages.wsproto: 0.15.0 -> 1.0.0
This commit is contained in:
parent
07436d5118
commit
4c30f85ad5
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "wsproto";
|
||||
version = "0.15.0";
|
||||
version = "1.0.0";
|
||||
disabled = pythonOlder "3.6"; # python versions <3.6
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "17gsxlli4w8am1wwwl3k90hpdfa213ax40ycbbvb7hjx1v1rhiv1";
|
||||
sha256 = "868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ h11 ] ++ lib.optional isPy36 dataclasses;
|
||||
|
|
Loading…
Reference in a new issue