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