gnu: python-srt: Update to 3.5.3.

* gnu/packages/python-xyz.scm (python-srt): Update to 3.5.3.

Change-Id: Ic5fb7a3da56689bc91b66e45c8c6429830bb69c6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-06-20 14:58:14 +02:00 committed by Sharlatan Hellseher
parent 93d4c88e4e
commit 4b5f8853dc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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