python: entrance: 1.1.12 -> 1.1.13
Required by the ujson update in #89723
This commit is contained in:
parent
e0ece5aebe
commit
3eea039a96
@ -18,11 +18,11 @@ in
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "entrance";
|
pname = "entrance";
|
||||||
version = "1.1.12";
|
version = "1.1.13";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ef7cdf76226344f7cb92c8f81b6c03bbe944a095434f86275f178809c84108ca";
|
sha256 = "1vmyfhlpcz9fip89z7bl9va3bybz4p3clifn6x3329v1ms9bm1gc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user