Merge pull request #108127 from r-ryantm/auto-update/python3.7-abodepy
python37Packages.abodepy: 1.2.0 -> 1.2.1
This commit is contained in:
commit
1e9dee0b30
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "abodepy";
|
pname = "abodepy";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||||
owner = "MisterWil";
|
owner = "MisterWil";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0m2cm90yy7fq7yrjyd999m48gqri65ifi7f6hc0s3pv2hfj89yj0";
|
sha256 = "0n8gczsml6y6anin1zi8j33sjk1bv9ka02zxpksn2fi1v1h0smap";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ colorlog lomond requests ];
|
propagatedBuildInputs = [ colorlog lomond requests ];
|
||||||
|
|
Loading…
Reference in a new issue