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

python3Packages.yalexs: 8.11.0 -> 8.11.1 (#431348)

parents c2ae88e0 8c041c23
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

buildPythonPackage rec {
  pname = "yalexs";
  version = "8.11.0";
  version = "8.11.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = "yalexs";
    tag = "v${version}";
    hash = "sha256-ajKe0pIUV2xwFi49MR4NK19G1DZ84e6oSJQIGlXq+Vo=";
    hash = "sha256-J7fVj3vb6cLfjijEHJwWS+LmWGM74HoFs392+apdlrc=";
  };

  build-system = [ poetry-core ];
@@ -70,7 +70,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell";
    homepage = "https://github.com/bdraco/yalexs";
    changelog = "https://github.com/bdraco/yalexs/blob/${src.rev}/CHANGELOG.md";
    changelog = "https://github.com/bdraco/yalexs/blob/${src.tag}/CHANGELOG.md";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };