python3Packages.aiowebdav2: 0.4.6 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-07-05 20:53:44 +00:00
parent 9d5a7b5abb
commit 93cba5fd66
@@ -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 ];