diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-20 14:56:38 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-23 16:24:24 +0100 |
| commit | 93d4c88e4e86cbd3c28b08fdbe2facdee39577ba (patch) | |
| tree | ffb1b5645fc4710ba5e6cc6903b940b9181d89e3 /gnu/packages | |
| parent | 79638a06e69ed03f14114a4d358ec400e7fd2d94 (diff) | |
gnu: python-srt: Improve style.
* gnu/packages/python-xyz.scm (python-srt): Run guix style.
Change-Id: I0023088ba37030a08b2286335226d5899b45fe6f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ffcf8f46727..bcb7ecab5c5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39281,12 +39281,12 @@ toolkit for Python.") (package (name "python-srt") (version "3.5.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "srt" version)) - (sha256 - (base32 - "0l24710spxarijmv3h7iicvx0lv6m3d4xg77nd9kyv8jwifav93s")))) + (source + (origin + (method url-fetch) + (uri (pypi-uri "srt" version)) + (sha256 + (base32 "0l24710spxarijmv3h7iicvx0lv6m3d4xg77nd9kyv8jwifav93s")))) (build-system python-build-system) (home-page "https://github.com/cdown/srt") (synopsis "SRT parsing library") |
