about summary refs log tree commit diff
path: root/pkgs/development/python-modules/openwrt-luci-rpc
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-03-16 23:15:09 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-16 22:07:57 -0700
commit36e263f430972b4f0c12bd0dd45c05a8f545251b (patch)
tree363dfbca782d9c8226a8d75c5f22e7e2b12950d5 /pkgs/development/python-modules/openwrt-luci-rpc
parent8c44c8770347f19854a3905d847a0d58bf104eff (diff)
python3Packages.openwrt-luci-rpc: 1.1.7 -> 1.1.8
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 2e7666d3ab0b5..811d67bec2670 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.7";
+  version = "1.1.8";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8074c1ed24cdd1fadc5a99bd63d9313a0a44703714473ed781ed11e7fb45c96f";
+    sha256 = "sha256-bo9HLT0q0yiLJI7i5v/36G82FHbGCtnAI50iGniyKSU=";
   };
 
   postPatch = ''