Skip to content

Commit 1a55cad

Browse files
authored
files-to-prompt: 0.4 -> 0.5 (#382789)
2 parents e6ce3df + cf9e1c9 commit 1a55cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fi/files-to-prompt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "files-to-prompt";
10-
version = "0.4";
10+
version = "0.5";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "simonw";
1515
repo = "files-to-prompt";
1616
tag = version;
17-
hash = "sha256-gl3j0ok/hlFfIF3HhhzYrUZuNlAtU7y+Ej29sQv9tP4=";
17+
hash = "sha256-nO4I9qgG83OnWw6/FWSqx0Du5d3s5dLBjtMQLstWPEY";
1818
};
1919

2020
build-system = with python3Packages; [

0 commit comments

Comments
 (0)