python: openwrt-luci-rpc: 1.1.2 -> 1.1.3

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:08 +02:00
parent fbe9b2303b
commit bb410a2777
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''