summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-09 18:25:37 +0100
committerMartin Weinelt <mweinelt@users.noreply.github.com>2023-01-11 02:58:46 +0000
commit45965d9d47e4ef64cb451089e15cc884cccf19ce (patch)
tree7bccc0329bb8942393d6431366e1aad7ffccae2a
parent2f2a2a708509f666a35cc1115adacb287f3cf153 (diff)
python310Packages.pyunifiprotect: 4.6.0 -> 4.6.1
Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.6.0...v4.6.1 Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.6.1
-rw-r--r--pkgs/development/python-modules/pyunifiprotect/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyunifiprotect/default.nix b/pkgs/development/python-modules/pyunifiprotect/default.nix
index e4fbf8ff3f14..829833eb94e2 100644
--- a/pkgs/development/python-modules/pyunifiprotect/default.nix
+++ b/pkgs/development/python-modules/pyunifiprotect/default.nix
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
- version = "4.6.0";
+ version = "4.6.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
- hash = "sha256-D7XIq9uwb3SaVa6NW4jDFeK73zsf51EG+5EkqgGlxCo=";
+ hash = "sha256-5xHU4WC7HPDEJsfCX4bVsK3p6SWZ/fHH7APbFtDGC40=";
};
postPatch = ''