lol

Merge pull request #257208 from fabaff/wsgidav-bump

python311Packages.wsgidav: 4.2.0 -> 4.3.0

authored by

Fabian Affolter and committed by
GitHub
5fc0ff4e 96237bfc

+2 -2
+2 -2
pkgs/development/python-modules/wsgidav/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "wsgidav"; 19 - version = "4.2.0"; 19 + version = "4.3.0"; 20 20 format = "pyproject"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "mar10"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-1S3Zi92YRcu/PKNWJIn2ayr5Wbc+/+E7irFBQpMrKW8="; 28 + hash = "sha256-DEUoKoFELIOg5KX6hL1VgR18dtsery4ZzKksrxl0D7Q="; 29 29 }; 30 30 31 31 nativeBuildInputs = [