mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
python3Packages.wsproto: 1.0.0 -> 1.1.0
This commit is contained in:
parent
7b4ba31a01
commit
8ec0f15829
@ -6,12 +6,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wsproto";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
disabled = pythonOlder "3.6"; # python versions <3.6
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38";
|
||||
sha256 = "sha256-ouVr/Vx82DwTadg7X+zNbTd5i3SHKGbmJhbg7PERvag=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ h11 ] ++ lib.optional isPy36 dataclasses;
|
||||
|
Loading…
Reference in New Issue
Block a user