python3Packages.entrance: 1.1.15 -> 1.1.17

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:15 +02:00 committed by Jonathan Ringer
parent 0ee120c000
commit f64762176b
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -18,11 +18,11 @@ in
buildPythonPackage rec {
pname = "entrance";
version = "1.1.15";
version = "1.1.17";
src = fetchPypi {
inherit pname version;
sha256 = "5b354ecf03226edae567511c8a8db95038cc9c3da20fcfcf5546d1e197eb3aef";
sha256 = "dee5b4f3330f633fcd4e665f1781bf6e53b375ffdc7a24434257dfba6b1c2d7f";
};
# The versions of `sanic` and `websockets` in nixpkgs only support 3.6 or later