about summary refs log tree commit diff
path: root/pkgs/development/python-modules/openwrt-luci-rpc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-10-25 10:06:54 +0100
committerJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:47:01 -0800
commit90ae50b53043c16a2fd8a8e1f7a810e698be5043 (patch)
treed53d22d98dc98c659100b3e2260eb4db761eaa9a /pkgs/development/python-modules/openwrt-luci-rpc
parent5d579d99946dd79085c8afbf333a15621b593cde (diff)
python3Packages.openwrt-luci-rpc: 1.1.3 -> 1.1.6
Diffstat (limited to 'pkgs/development/python-modules/openwrt-luci-rpc')
-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 718dc48d005ba..935a64b4186ea 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.3";
+  version = "1.1.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c8c27c98c0a1deac2d32d417c4ca536b08be2655a9a6de8a7897e8bc6431858c";
+    sha256 = "841c7fc956ad42825a2f2cd0cb2aa02005c3482b200ff7aaccd390345c9f3e18";
   };
 
   postPatch = ''