Merge pull request #181052 from r-ryantm/auto-update/python3.10-huawei-lte-api
This commit is contained in:
commit
14968aa064
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "huawei-lte-api";
|
pname = "huawei-lte-api";
|
||||||
version = "1.6";
|
version = "1.6.1";
|
||||||
|
|
||||||
disabled = pythonOlder "3.4";
|
disabled = pythonOlder "3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Salamek";
|
owner = "Salamek";
|
||||||
repo = "huawei-lte-api";
|
repo = "huawei-lte-api";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-dJWGs5ZFVYp8/3U24eVRMtA7Marpd88GeW8uX+n6nhY=";
|
hash = "sha256-ZjSD+/okbFF14YQgCzzH1+FDS+MZQZb1JUINOKdSshs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue