Merge pull request #135623 from paperdigits/wlc-1.12

wlc: 1.11 -> 1.12
This commit is contained in:
Mario Rodas 2021-08-29 01:35:59 -05:00 committed by GitHub
commit 2b4c4eb126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "wlc";
version = "1.11";
version = "1.12";
src = fetchPypi {
inherit pname version;
sha256 = "sha256:0ysx250v2qycy1m3jj0wxmyf2f5n8fxf6br69vcbyq2cnqw609nx";
sha256 = "sha256:01c1qxq6dxvpn8rgpbqs4iw5daa0rmlgygb3xhhfj7xpqv1v84ir";
};
propagatedBuildInputs = [