Merge pull request #165723 from r-ryantm/auto-update/wlc

wlc: 1.12 -> 1.13
This commit is contained in:
Sandro 2022-04-30 13:46:49 +02:00 committed by GitHub
commit 5b47056b7d
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.12";
version = "1.13";
src = fetchPypi {
inherit pname version;
sha256 = "sha256:01c1qxq6dxvpn8rgpbqs4iw5daa0rmlgygb3xhhfj7xpqv1v84ir";
sha256 = "sha256-MZ6avuMNT5HIIXW7ezukAJeO70o+SrgJnBnGjNy4tYE=";
};
propagatedBuildInputs = [