about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-23 15:44:41 +0100
committerGitHub <noreply@github.com>2021-03-23 15:44:41 +0100
commitc43d90104a030c896e9c4b13bd1eb4328030df94 (patch)
tree841816536f315b4382186054e59a10b2d5c8ddb0 /pkgs/development
parent70b387da701255c1f9a166ca7f97231cbcb087e0 (diff)
parentbe4a9f2247e033dc43ea709af0968afa1fc43d9b (diff)
Merge pull request #117325 from fabaff/bump-openwrt-luci-rpc
python3Packages.openwrt-luci-rpc: 1.1.8 -> 1.1.11
Diffstat (limited to 'pkgs/development')
-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 7661295ba239e..7b806ecebe231 100644
--- a/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
+++ b/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "openwrt-luci-rpc";
-  version = "1.1.8";
+  version = "1.1.11";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-bo9HLT0q0yiLJI7i5v/36G82FHbGCtnAI50iGniyKSU=";
+    sha256 = "sha256-DkitN+mwCZ14QEn2fTOqUrQTtoncR1ifP3WDSQ6qkkk=";
   };
 
   propagatedBuildInputs = [