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:
Nicolas Graves 2025-06-20 14:56:38 +02:00 committed by Sharlatan Hellseher
parent 79638a06e6
commit 93d4c88e4e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -39281,12 +39281,12 @@ toolkit for Python.")
(package
(name "python-srt")
(version "3.5.2")
(source (origin
(source
(origin
(method url-fetch)
(uri (pypi-uri "srt" version))
(sha256
(base32
"0l24710spxarijmv3h7iicvx0lv6m3d4xg77nd9kyv8jwifav93s"))))
(base32 "0l24710spxarijmv3h7iicvx0lv6m3d4xg77nd9kyv8jwifav93s"))))
(build-system python-build-system)
(home-page "https://github.com/cdown/srt")
(synopsis "SRT parsing library")