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

pyprland: 3.3.0 -> 3.3.1 (#506475)

parents c8203cfc 4652e67e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

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

  src = fetchFromGitHub {
    owner = "hyprland-community";
    repo = "pyprland";
    tag = finalAttrs.version;
    hash = "sha256-h7eoNn8ygdtg5rp9S2PSgCa9HSTgDZOjFvGl6KRbAtY=";
    hash = "sha256-a4DT/lb9ZQo/4Rqb7tteuJ6ngdM7lav8BABvdhevri8=";
  };

  build-system = [ python3Packages.hatchling ];