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

Merge pull request #221471 from fabaff/bond-async-bump

python310Packages.bond-async: 0.1.22 -> 0.1.23
parents ec1e3b40 56ada447
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "bond-async";
  version = "0.1.22";
  version = "0.1.23";

  disabled = pythonOlder "3.7";

@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "bondhome";
    repo = "bond-async";
    rev = "refs/tags/v${version}";
    hash = "sha256-wU1niuzHwNmrmyjcTlBIKrBf1wMbHHFlIBxFNHUwDw4=";
    hash = "sha256-Kht2O/+F7Nw78p1Q6NGugm2bfAwZAUWAs30htoWkafI=";
  };

  propagatedBuildInputs = [
@@ -40,6 +40,7 @@ buildPythonPackage rec {
  meta = {
    description = "Asynchronous Python wrapper library over Bond Local API";
    homepage = "https://github.com/bondhome/bond-async";
    changelog = "https://github.com/bondhome/bond-async/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ dotlambda ];
  };