Unverified Commit 3baa047d authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

pyprland: 2.5.0 -> 2.5.1 (#473528)

parents 4e449d4b 7ff17875
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.5.0";
  version = "2.5.1";
  format = "pyproject";

  disabled = python3Packages.pythonOlder "3.10";
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
    owner = "hyprland-community";
    repo = "pyprland";
    tag = version;
    hash = "sha256-k/7Z5QGRIpGZjPeO1Em3wYcX27nxR0V2UeKZaPwAM40=";
    hash = "sha256-f3FhkR2asMKK7kckXMWl8Un0hd7A3hZtsviZrBTqzEo=";
  };

  nativeBuildInputs = with python3Packages; [ poetry-core ];