Merge pull request #118404 from fabaff/bump-axis
This commit is contained in:
commit
032fc65fca
@ -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 = [
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user