Merge pull request #326990 from r-ryantm/auto-update/python312Packages.webdav4

python312Packages.webdav4: 0.9.8 -> 0.10.0
This commit is contained in:
Fabian Affolter 2024-07-15 14:38:09 +02:00 committed by GitHub
commit df518a1d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "webdav4";
version = "0.9.8";
version = "0.10.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "skshetry";
repo = "webdav4";
rev = "refs/tags/v${version}";
hash = "sha256-Le/gABaUxMmSW2SjgucsBKqjxOq1h9UCAWl5YyUsCPk=";
hash = "sha256-LgWYgERRuUODFzUnC08kDJTVRx9vanJ+OU8sREEMVwM=";
};
postPatch = ''