Merge pull request #95674 from r-ryantm/auto-update/python3.7-openwrt-luci-rpc

python37Packages.openwrt-luci-rpc: 1.1.2 -> 1.1.3
This commit is contained in:
Martin Weinelt 2020-08-17 14:42:57 +02:00 committed by GitHub
commit 914b9788fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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