Unverified Commit 67fcbad5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.youless-api: 2.1.2 -> 2.2.0 (#374561)

parents df5ccc35 8e5e031b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "youless-api";
  version = "2.1.2";
  version = "2.2.0";
  pyproject = true;

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

  build-system = [ setuptools ];