python3Packages.entrance: 1.1.14 -> 1.1.15

This commit is contained in:
Frederik Rietdijk 2021-02-20 10:09:09 +01:00
parent eafbfff9ad
commit f1b8f41eb5
1 changed files with 2 additions and 2 deletions

View File

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