python37Packages.entrance: 1.1.14 -> 1.1.15

This commit is contained in:
R. RyanTM 2021-03-02 07:10:20 +00:00
parent 65e8a77890
commit 55c7e78ccd

View File

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