mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-titlecase: Update to 2.4.1.
* gnu/packages/python-xyz.scm (python-titlecase): Update to 2.4.1. Change-Id: I77473c44c5bb93b5fcbbe8252eb07db09340d2b1
This commit is contained in:
parent
946991731d
commit
952075880d
1 changed files with 2 additions and 2 deletions
|
@ -30457,14 +30457,14 @@ (define-public offlate
|
|||
(define-public python-titlecase
|
||||
(package
|
||||
(name "python-titlecase")
|
||||
(version "2.4")
|
||||
(version "2.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "titlecase" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00h92jdpj108z4sb6dpayfblpax20698290jnbyi5z5iwk5974i6"))))
|
||||
"1x9myq3rlbw6wh946ncch8px7wyabhzacy2fjji13nmvrivs50vx"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/ppannuto/python-titlecase")
|
||||
(synopsis "Capitalize strings similar to book titles")
|
||||
|
|
Loading…
Reference in a new issue