nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pyunifiprotect: 4.5.1 -> 4.5.2

Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.5.1...v4.5.2

Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.5.2

+2 -2
+2 -2
pkgs/development/python-modules/pyunifiprotect/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "pyunifiprotect"; 32 - version = "4.5.1"; 32 + version = "4.5.2"; 33 33 format = "pyproject"; 34 34 35 35 disabled = pythonOlder "3.9"; ··· 38 38 owner = "briis"; 39 39 repo = pname; 40 40 rev = "refs/tags/v${version}"; 41 - hash = "sha256-7LgAK0AzQ7uoVW7fXwoU512iI5LG0BL8N0R9f7AjFN4="; 41 + hash = "sha256-xYDt/vvzI7qIK/8XE6mhcI5GPDKyHRj73Lagn0QOOz0="; 42 42 }; 43 43 44 44 postPatch = ''