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

python3Packages.aiobafi6: 0.9.0 -> 0.10.0

parent 9af9e79f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "aiobafi6";
  version = "0.9.0";
  version = "0.10.0";
  format = "pyproject";

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "jfroy";
    repo = "aiobafi6";
    tag = version;
    hash = "sha256-QxjrspvNrcMcGChjj1B4QF/SnWCsGmPxnI2bWAL6BiI=";
    hash = "sha256-7NIpIRVs6PFPByrGfVDA6P7JTvXGrzbH/lOPdPfZH04=";
  };

  nativeBuildInputs = [ poetry-core ];