python310Packages.openwrt-luci-rpc: 1.1.12 -> 1.1.16

This commit is contained in:
Martin Weinelt 2023-03-09 21:03:34 +00:00
parent 510680e5e8
commit f751ca1ed4

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "openwrt-luci-rpc";
version = "1.1.12";
version = "1.1.16";
src = fetchPypi {
inherit pname version;
hash = "sha256-vLRmv8xxbjBp6TDFExfprqw3JGi8qCVZ5bV7AgVZnuA=";
hash = "sha256-ZvPMJbYCNKMXuTrHwXQvBZ/mMenYTsV1X4COiVxvJGY=";
};
propagatedBuildInputs = [