python3Packages.youless-api: 0.15 -> 0.16

This commit is contained in:
Martin Weinelt 2021-12-27 23:37:30 +01:00
parent 06dff25d72
commit 1986e42647
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "youless-api";
version = "0.15";
version = "0.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "jongsoftdev";
repo = "youless-python-bridge";
rev = version;
sha256 = "sha256-77uQUAPDCFQiCpNAI0feOtHq82sE0n70IV1Njn/W29M=";
sha256 = "sha256-8pJeb3eWchMRrk8KLSI/EbHs1wQDqBoqlAQXm9ulyqs=";
};
propagatedBuildInputs = [