wlc: 1.16.1 -> 1.17.1

This commit is contained in:
R. Ryantm
2026-01-15 22:44:54 +00:00
parent fb34f684a5
commit 2bb445fd57
+2 -2
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonPackage rec {
pname = "wlc";
version = "1.16.1";
version = "1.17.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-gTVt5cxz8tk63mnTZAtzcYdy4m0NVR0y6xjmVICw7pg=";
hash = "sha256-FtxJ1clfvJCggg4h9Lzwq4S4KyejJxppjrB3i7Jiy/Y=";
};
build-system = with python3.pkgs; [ setuptools ];