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 { 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 = ''