about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-03 08:27:16 +0200
committerGitHub <noreply@github.com>2022-10-03 08:27:16 +0200
commita281d82c27abb113baa24611363ccafc26f174cd (patch)
tree51a6c56a835c3fde9efbbcb30a156825adf471e8 /pkgs
parentef59ef81c7317f2c2cd8e2fca9c43612be5e5fd6 (diff)
parent943e48e0a2b207a8583a43566dc1b70052f3d8aa (diff)
Merge pull request #194118 from r-ryantm/auto-update/python310Packages.huawei-lte-api
python310Packages.huawei-lte-api: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/huawei-lte-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/huawei-lte-api/default.nix b/pkgs/development/python-modules/huawei-lte-api/default.nix
index 2effc358f5dde..a7186478b2a0b 100644
--- a/pkgs/development/python-modules/huawei-lte-api/default.nix
+++ b/pkgs/development/python-modules/huawei-lte-api/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "huawei-lte-api";
-  version = "1.6.1";
+  version = "1.6.2";
 
   disabled = pythonOlder "3.4";
 
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "Salamek";
     repo = "huawei-lte-api";
     rev = "refs/tags/${version}";
-    hash = "sha256-ZjSD+/okbFF14YQgCzzH1+FDS+MZQZb1JUINOKdSshs=";
+    hash = "sha256-BZn9iBMOd1vyukxiLd8GPKrq/H+gqQtSYvIgniWJLNM=";
   };
 
   postPatch = ''