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-08-16 19:31:08 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:31:08 +0200
commitbb410a27777b9f904518653108afe524fcac0085 (patch)
tree9e27c18d12c01def8274bdb170e3a42cbe667f85 /pkgs/development/python-modules/openwrt-luci-rpc
parentfbe9b2303bb78d6f8939a5e325645809c8f8ef0a (diff)
python: openwrt-luci-rpc: 1.1.2 -> 1.1.3
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 cba755020de54..718dc48d005ba 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.2";
+  version = "1.1.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "144bw7w1xvpdkad5phflpkl15ih5pvi19799wmvfv8mj1dn1yjhp";
+    sha256 = "c8c27c98c0a1deac2d32d417c4ca536b08be2655a9a6de8a7897e8bc6431858c";
   };
 
   postPatch = ''