python3Packages.asyncio-nats-client: 0.11.4 -> 0.11.5

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:37 -08:00
parent 5c65493969
commit ffe488fc0f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asyncio-nats-client";
version = "0.11.4";
version = "0.11.5";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.py";
rev = "v${version}";
sha256 = "1aj57xi2rj1xswq8air13xdsll1ybpi0nmz5f6jq01azm0zy9xyd";
sha256 = "0zwiijaswmfdk71diqmdpb6nx54fmgi8hy0vwx2m3ihhsyjxj82h";
};
propagatedBuildInputs = [