Unverified Commit 6923206b authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

pyprland: 3.1.0 -> 3.3.0 (#504439)

parents b791678d 98610747
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,16 +7,18 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "pyprland";
  version = "3.1.0";
  version = "3.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hyprland-community";
    repo = "pyprland";
    tag = finalAttrs.version;
    hash = "sha256-qayntjpE3WYBl6idfpwtvkEo61oHtc80uNEm0m4XA2o=";
    hash = "sha256-h7eoNn8ygdtg5rp9S2PSgCa9HSTgDZOjFvGl6KRbAtY=";
  };

  build-system = [ python3Packages.hatchling ];

  nativeBuildInputs = with python3Packages; [ poetry-core ];

  propagatedBuildInputs = with python3Packages; [