Skip to content

Commit

Permalink
python37Packages.openwrt-luci-rpc: 1.1.2 -> 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 17, 2020
1 parent 02b6ff6 commit 4681091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/openwrt-luci-rpc/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 4681091

Please sign in to comment.