Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #287205 from fabaff/pyunifiprotect-bump

python311Packages.pyunifiprotect: 4.23.2 -> 4.23.3

authored by Mario Rodas and committed by GitHub c0b7a892 ed2adf66

+2 -2
+2 -2
pkgs/development/python-modules/pyunifiprotect/default.nix
··· 32 32 33 33 buildPythonPackage rec { 34 34 pname = "pyunifiprotect"; 35 - version = "4.23.2"; 35 + version = "4.23.3"; 36 36 pyproject = true; 37 37 38 38 disabled = pythonOlder "3.9"; ··· 41 41 owner = "briis"; 42 42 repo = "pyunifiprotect"; 43 43 rev = "refs/tags/v${version}"; 44 - hash = "sha256-X4LRi2hNpKgnmk3GeoI+ziboBKIosSZye5lPWaBPL1s="; 44 + hash = "sha256-QWIiBuKDhSNYVyEm45QV4a2UxADDrBdiCBeJI+a6v7c="; 45 45 }; 46 46 47 47 env.SETUPTOOLS_SCM_PRETEND_VERSION = version;