Merge pull request #118404 from fabaff/bump-axis

This commit is contained in:
Martin Weinelt
2021-04-03 16:07:31 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -9,13 +9,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "axis"; pname = "axis";
version = "43"; version = "44";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kane610"; owner = "Kane610";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1p9yfixsrkw7rxbvgybcb653rbqv0x18wzqkh620g193snm9sgm2"; sha256 = "sha256-GC8GiDP/QHU+8swe60VFPRx8kSMMHuXjIPEKCja8HPE=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
+1
View File
@@ -182,6 +182,7 @@ in with py.pkgs; buildPythonApplication rec {
"api" "api"
"auth" "auth"
"automation" "automation"
"axis"
"bayesian" "bayesian"
"binary_sensor" "binary_sensor"
"caldav" "caldav"