Unverified Commit 1a55cadd authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

files-to-prompt: 0.4 -> 0.5 (#382789)

parents e6ce3df4 cf9e1c98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "files-to-prompt";
  version = "0.4";
  version = "0.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "files-to-prompt";
    tag = version;
    hash = "sha256-gl3j0ok/hlFfIF3HhhzYrUZuNlAtU7y+Ej29sQv9tP4=";
    hash = "sha256-nO4I9qgG83OnWw6/FWSqx0Du5d3s5dLBjtMQLstWPEY";
  };

  build-system = with python3Packages; [