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
commit 032fc65fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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 = [

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"