Unverified Commit b0410ba1 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.aiowebdav2: 0.6.1 -> 0.6.2 (#500624)

parents b7a252e4 6b50c458
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,9 +4,9 @@
  aioresponses,
  buildPythonPackage,
  fetchFromGitHub,
  hatchling,
  lib,
  lxml,
  poetry-core,
  pytest-asyncio,
  pytest-cov-stub,
  pytestCheckHook,
@@ -16,17 +16,17 @@

buildPythonPackage rec {
  pname = "aiowebdav2";
  version = "0.6.1";
  version = "0.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jpbede";
    repo = "aiowebdav2";
    tag = "v${version}";
    hash = "sha256-xByCfzIxHPo7yDvv14c91FNipKv6TkPvtaFmb2fG/5A=";
    hash = "sha256-W3TdumweNyGz2qDFgSGu+ZPnEpLvWQQ216jER6e4k18=";
  };

  build-system = [ poetry-core ];
  build-system = [ hatchling ];

  dependencies = [
    aiofiles