about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-04 17:00:21 +0100
committerGitHub <noreply@github.com>2021-01-04 17:00:21 +0100
commit4445bb7284f43feb2f3253d8fb1964f901df5ba1 (patch)
tree34cabf9bcc368b3e2774f00ed0c6bae96f936198 /pkgs
parentc7cb68f78ee3459fdc7b57c2abcdbf8372b60891 (diff)
parentb6dca6e4222e87760b288bcba61d7f8b100d8822 (diff)
Merge pull request #108344 from r-ryantm/auto-update/python3.7-openwrt-luci-rpc
python37Packages.openwrt-luci-rpc: 1.1.6 -> 1.1.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/openwrt-luci-rpc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/openwrt-luci-rpc/default.nix b/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
index 935a64b4186ea..2e7666d3ab0b5 100644
--- a/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
+++ b/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
@@ -10,11 +10,11 @@ with lib;
 
 buildPythonPackage rec {
   pname = "openwrt-luci-rpc";
-  version = "1.1.6";
+  version = "1.1.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "841c7fc956ad42825a2f2cd0cb2aa02005c3482b200ff7aaccd390345c9f3e18";
+    sha256 = "8074c1ed24cdd1fadc5a99bd63d9313a0a44703714473ed781ed11e7fb45c96f";
   };
 
   postPatch = ''