Unverified Commit 3de2253e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

wlc: 1.15 -> 1.16.1 (#451991)

parents 6d6f8630 38a226fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3.pkgs.buildPythonPackage rec {
  pname = "wlc";
  version = "1.15";
  version = "1.16.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-0T8cMq5Mrv/Ygo6BfYho3sjFuu8dYZyUMtJc5gabuG4=";
    hash = "sha256-gTVt5cxz8tk63mnTZAtzcYdy4m0NVR0y6xjmVICw7pg=";
  };

  build-system = with python3.pkgs; [ setuptools ];