python3Packages.aiowebdav2: 0.4.6 -> 0.5.0 (#422795)

This commit is contained in:
Fabian Affolter
2025-07-07 01:43:20 +02:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aiowebdav2";
version = "0.4.6";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jpbede";
repo = "aiowebdav2";
tag = "v${version}";
hash = "sha256-9/idSk6vao8vfTlPJ6Cwk7UeqwTAr7ebFLw4ka6mA6c=";
hash = "sha256-u4Iar5vmWttG42CrDpDS8SdxYGnpZT0NAmm9rXQI1sc=";
};
build-system = [ poetry-core ];