python3Packages.yalexs: 1.1.20 -> 1.1.22

This commit is contained in:
Martin Weinelt 2022-02-11 23:22:50 +01:00
parent 9f6ed8482a
commit 9c22e38be8

View file

@ -7,6 +7,7 @@
, buildPythonPackage
, fetchFromGitHub
, pubnub
, pyjwt
, pytestCheckHook
, python-dateutil
, pythonOlder
@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "1.1.20";
version = "1.1.22";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,13 +26,14 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0wcvlgKlWhj9jZ53c+uEk9F28+m7BwsmlwTRlBMPoho=";
sha256 = "sha256-qtJSGvvYcdGYUUHnRnKe+z+twFqLGAn1Zl47F4CGnvc=";
};
propagatedBuildInputs = [
aiofiles
aiohttp
pubnub
pyjwt
python-dateutil
requests
];