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

This commit is contained in:
R. Ryantm 2022-09-13 01:56:14 +00:00
parent 994df04c3c
commit 813eb2b223

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "openwrt-luci-rpc";
version = "1.1.11";
version = "1.1.12";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-DkitN+mwCZ14QEn2fTOqUrQTtoncR1ifP3WDSQ6qkkk=";
sha256 = "sha256-vLRmv8xxbjBp6TDFExfprqw3JGi8qCVZ5bV7AgVZnuA=";
};
propagatedBuildInputs = [