pkgs/poetry: Insert newline in src.json

This commit is contained in:
adisbladis 2022-05-12 22:41:58 +12:00
parent 99239ffb23
commit 2f301f99a6
2 changed files with 2 additions and 1 deletions

View file

@ -4,4 +4,4 @@
"rev": "1.1.13", "rev": "1.1.13",
"sha256": "0zm73wcxjfad3841wl1xpx20drhynrqlxsjh1d1gsh618b7ldpib", "sha256": "0zm73wcxjfad3841wl1xpx20drhynrqlxsjh1d1gsh618b7ldpib",
"fetchSubmodules": true "fetchSubmodules": true
} }

View file

@ -43,6 +43,7 @@ if __name__ == "__main__":
) )
+ "\n" + "\n"
) )
f.write("\n")
src = ( src = (
subprocess.run( subprocess.run(