We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df5ccc3 + 8e5e031 commit 67fcbadCopy full SHA for 67fcbad
pkgs/development/python-modules/youless-api/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "youless-api";
13
- version = "2.1.2";
+ version = "2.2.0";
14
pyproject = true;
15
16
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "gjong";
20
repo = "youless-python-bridge";
21
tag = version;
22
- hash = "sha256-MvGLIhkBbcGThKeqtlzVZct2o9PBLwcAELmn5pW3R6I=";
+ hash = "sha256-BAIwShbIZaX5QOkxajwv6vtL8/EouHA3ELCLAm9ylKA=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments