Unverified Commit ee44f584 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #296819 from r-ryantm/auto-update/python311Packages.pyunifiprotect

python311Packages.pyunifiprotect: 5.0.1 -> 5.0.2
parents dff18f99 cf147789
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

buildPythonPackage rec {
  pname = "pyunifiprotect";
  version = "5.0.1";
  version = "5.0.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
    owner = "briis";
    repo = "pyunifiprotect";
    rev = "refs/tags/v${version}";
    hash = "sha256-19Ne8Jk0O1DjFVr286wpn9gdheNXOHHrIE9EgQNNB4w=";
    hash = "sha256-bZjfpatw4lcOgMCqung/DMfRijxwtuIht6QusIYaCQ0=";
  };

  env.SETUPTOOLS_SCM_PRETEND_VERSION = version;