Unverified Commit 69366a24 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.yolink-api: 0.5.4 -> 0.5.5 (#419846)

parents dc4569b7 ccc8e1e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "yolink-api";
  version = "0.5.4";
  version = "0.5.5";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "YoSmart-Inc";
    repo = "yolink-api";
    tag = "v${version}";
    hash = "sha256-b83ozdnaZ15LMUiDJH2LPZv9D/ovV0Nx15+R6tip6Yk=";
    hash = "sha256-K1KAuHpB6g02s8ZG7PqbhAB4NBxZX0ijXTQQgYL/Kn8=";
  };

  build-system = [ setuptools ];