Merge pull request #181052 from r-ryantm/auto-update/python3.10-huawei-lte-api

This commit is contained in:
Martin Weinelt 2022-07-14 00:44:16 +02:00 committed by GitHub
commit 14968aa064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,15 +10,15 @@
buildPythonPackage rec {
pname = "huawei-lte-api";
version = "1.6";
version = "1.6.1";
disabled = pythonOlder "3.4";
src = fetchFromGitHub {
owner = "Salamek";
repo = "huawei-lte-api";
rev = version;
hash = "sha256-dJWGs5ZFVYp8/3U24eVRMtA7Marpd88GeW8uX+n6nhY=";
rev = "refs/tags/${version}";
hash = "sha256-ZjSD+/okbFF14YQgCzzH1+FDS+MZQZb1JUINOKdSshs=";
};
postPatch = ''