wlc: 1.17.2 -> 2.0.0 (#513803)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-02 21:26:05 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonPackage rec {
pname = "wlc";
version = "1.17.2";
version = "2.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-9BM2xNbiNy8efpkZjEhQ2OSl0RJiOGSut16o8yMA14A=";
hash = "sha256-vUmZVNPifouyEdLrm7WpHN1BIO2dX7jCcylv8i+X2CY=";
};
build-system = with python3.pkgs; [ setuptools ];