Unverified Commit c697092f authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

wlc: 1.17.2 -> 2.0.0 (#513803)

parents 23c8e731 d03b142a
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.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 ];