wlc: 1.17.1 -> 1.17.2 (#481351)

This commit is contained in:
Nick Cao
2026-01-19 21:32:03 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonPackage rec {
pname = "wlc";
version = "1.17.1";
version = "1.17.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-FtxJ1clfvJCggg4h9Lzwq4S4KyejJxppjrB3i7Jiy/Y=";
hash = "sha256-9BM2xNbiNy8efpkZjEhQ2OSl0RJiOGSut16o8yMA14A=";
};
build-system = with python3.pkgs; [ setuptools ];