Unverified Commit c11f3bdd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #305512 from r-ryantm/auto-update/pyprland

pyprland: 2.2.5 -> 2.2.10
parents 4e3c3853 f284c347
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

python3Packages.buildPythonApplication rec {
  pname = "pyprland";
  version = "2.2.5";
  version = "2.2.10";
  format = "pyproject";

  disabled = python3Packages.pythonOlder "3.10";
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
    owner = "hyprland-community";
    repo = "pyprland";
    rev = "refs/tags/${version}";
    hash = "sha256-ech+KqB0SyFYDWNP+luv+K2aDjJHZDWp72V6wkGBJJw=";
    hash = "sha256-SOrkOLSjXq8PlZ894EKjfN+Dfnwa8dRgh5eOJVeD2Mk=";
  };

  nativeBuildInputs = with python3Packages; [ poetry-core ];