Skip to content

Commit 8e5e031

Browse files
committed
python312Packages.youless-api: 2.1.2 -> 2.2.0
1 parent 05d030a commit 8e5e031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/youless-api/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "youless-api";
13-
version = "2.1.2";
13+
version = "2.2.0";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "gjong";
2020
repo = "youless-python-bridge";
2121
tag = version;
22-
hash = "sha256-MvGLIhkBbcGThKeqtlzVZct2o9PBLwcAELmn5pW3R6I=";
22+
hash = "sha256-BAIwShbIZaX5QOkxajwv6vtL8/EouHA3ELCLAm9ylKA=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)