mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-titlecase: Update to 2.4.
* gnu/packages/python-xyz.scm (python-titlecase): Update to 2.4. [native-inputs]: Remove python-nose.
This commit is contained in:
parent
299f64adea
commit
259b2e99e7
1 changed files with 2 additions and 4 deletions
|
@ -27307,17 +27307,15 @@ (define-public offlate
|
||||||
(define-public python-titlecase
|
(define-public python-titlecase
|
||||||
(package
|
(package
|
||||||
(name "python-titlecase")
|
(name "python-titlecase")
|
||||||
(version "0.12.0")
|
(version "2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "titlecase" version))
|
(uri (pypi-uri "titlecase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0486i99wf8ssa7sgn81fn6fv6i4rhhq6n751bc740b3hzfbpmpl4"))))
|
"00h92jdpj108z4sb6dpayfblpax20698290jnbyi5z5iwk5974i6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
|
||||||
(list python-nose))
|
|
||||||
(home-page "https://github.com/ppannuto/python-titlecase")
|
(home-page "https://github.com/ppannuto/python-titlecase")
|
||||||
(synopsis "Capitalize strings similar to book titles")
|
(synopsis "Capitalize strings similar to book titles")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue