wlc: 1.13 -> 1.14

This commit is contained in:
R. Ryantm 2024-02-26 08:54:36 +00:00
parent e3474e1d1e
commit 13e4fa8d08

@ -7,11 +7,11 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "wlc";
version = "1.13";
version = "1.14";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-MZ6avuMNT5HIIXW7ezukAJeO70o+SrgJnBnGjNy4tYE=";
sha256 = "sha256-QMF41B6a2jMSdhjeFoRQq+K1YJAEz96msHLzX6wVqSc=";
};
propagatedBuildInputs = [