Merge pull request #317529 from fabaff/youless-api-bump

python312Packages.youless-api: 2.0.0 -> 2.1.0
This commit is contained in:
Fabian Affolter 2024-06-07 08:56:01 +02:00 committed by GitHub
commit 14ca11b0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "youless-api";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "gjong";
repo = "youless-python-bridge";
rev = "refs/tags/${version}";
hash = "sha256-FnbfwjrzorLDUi9GJLY+pt5zSn4VpVC3Umc/FH46Pzo=";
hash = "sha256-gygChn5yXuTrVGP82ijKJHcjEuNTu6ZNikc87n8WTrI=";
};
build-system = [ setuptools ];