Unverified Commit c0b7aa91 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

python3Packages.aiobtclientapi: 1.1.3 -> 1.1.4 (#459694)

parents f0d8a7c0 37c9d409
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "aiobtclientapi";
  version = "1.1.3";
  version = "1.1.4";
  pyproject = true;

  src = fetchFromGitea {
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "plotski";
    repo = "aiobtclientapi";
    tag = "v${version}";
    hash = "sha256-ZpUaMsJs1vdVGQOid7aJ+SJKaCbTtHfSw7cOwPTL0ss=";
    hash = "sha256-ga3EyKhfdEKkjFktUlgLSX54QbTc/a48vmWjmRqa+4w=";
  };

  pythonRelaxDeps = [