Commit b80e8539 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aioairq: 0.4.7 -> 0.4.8

parent 0d2e8a14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "aioairq";
  version = "0.4.7";
  version = "0.4.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CorantGmbH";
    repo = "aioairq";
    tag = "v${version}";
    hash = "sha256-CliY2MfkRfpOmWM70vDRxG6tY2eoaPiRFHb0qt2Kmyw=";
    hash = "sha256-7hgmoFu48kYr4uonB5SOtRiQ1+Z8r2hhdqipvJN6MzU=";
  };

  __darwinAllowLocalNetworking = true;