Unverified Commit fe41202c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #198474 from chvp/bump-pywlroots

python3Packages.pywlroots: 0.15.22 -> 0.15.24
parents ddd130c8 248ad2f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "pywlroots";
  version = "0.15.22";
  version = "0.15.24";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-KzpQk7ANinEVvOBeZ+8vPmuuu4LbatjHBKUL44bcAAI=";
    sha256 = "sha256-TvYhxiAbK+mpcEE9y79WH96dzeDnvI0xPaUxSYQqyHE=";
  };

  nativeBuildInputs = [ pkg-config ];