Fabian Affolter 2024-07-04 22:38:29 +02:00
parent 2d7a6fdc14
commit c9ec3308eb

View File

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