Commit d22022e1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent fe1b0ffe
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{ lib
, aiohttp
, aresponses
, backoff
, buildPythonPackage
, fetchFromGitHub
, packaging
@@ -15,7 +16,7 @@

buildPythonPackage rec {
  pname = "python-bsblan";
  version = "0.5.12";
  version = "0.5.14";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
    owner = "liudger";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-ftu79SnVa7wOMx/RiRBDPmmG7Mmw84r30G4yDzBea2k=";
    hash = "sha256-UCl5M9UbsUcroNF2iYzTLD9uIJF7PdxwrVt3PNI3iRc=";
  };

  postPatch = ''
@@ -41,6 +42,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    aiohttp
    backoff
    packaging
    pydantic
    yarl