Commit 4c562023 authored by John Titor's avatar John Titor Committed by Masum Reza
Browse files

pyprland: 2.4.3 -> 2.4.4

parent f0b75c41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

python3Packages.buildPythonApplication rec {
  pname = "pyprland";
  version = "2.4.3";
  version = "2.4.4";
  format = "pyproject";

  disabled = python3Packages.pythonOlder "3.10";
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
    owner = "hyprland-community";
    repo = "pyprland";
    tag = version;
    hash = "sha256-0vI8f5XXYi7LG6wMH2Uw05pDbozO2eBzLCuaCHBY7BQ=";
    hash = "sha256-Vj4Gn9zV0opvLaaMGv8zdS4tYqek0z6ppAhY+nnY6FM=";
  };

  nativeBuildInputs = with python3Packages; [ poetry-core ];