wlc: 1.16.1 -> 1.17.1 (#480505)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-16 04:33:36 +00:00
committed by GitHub
+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 ];