mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
79638a06e6
commit
93d4c88e4e
1 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue