From 6b50c458918d33036cf1d7ccb29b9e37b5d84aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 16 Mar 2026 21:00:21 -0700 Subject: [PATCH] python3Packages.aiowebdav2: 0.6.1 -> 0.6.2 Diff: https://github.com/jpbede/aiowebdav2/compare/v0.6.1...v0.6.2 Changelog: https://github.com/jpbede/aiowebdav2/releases/tag/v0.6.2 --- pkgs/development/python-modules/aiowebdav2/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aiowebdav2/default.nix b/pkgs/development/python-modules/aiowebdav2/default.nix index 45a1a2c945c4..6b557be078ee 100644 --- a/pkgs/development/python-modules/aiowebdav2/default.nix +++ b/pkgs/development/python-modules/aiowebdav2/default.nix @@ -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