mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: python-pyphen: Update to 0.10.0.
* gnu/packages/python-xyz.scm (python-pyphen): Update to 0.10.0.
This commit is contained in:
parent
fc72594c28
commit
e59a26cf3e
1 changed files with 2 additions and 2 deletions
|
@ -20546,13 +20546,13 @@ (define-public python-cairosvg
|
|||
(define-public python-pyphen
|
||||
(package
|
||||
(name "python-pyphen")
|
||||
(version "0.9.5")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Pyphen" version))
|
||||
(sha256
|
||||
(base32 "08c9y69ry9d6m4zalhnalg86lsp9v2j5n1ziw5vxfmiihx83lqrv"))))
|
||||
(base32 "0a1iwrgs4hzwzz60q4i1813kbzimhm0i4q8grh8vqkxhnkgj36vi"))))
|
||||
(build-system python-build-system)
|
||||
;; TODO: Use the Guix system hyphenation packages hyphen-* rather than the
|
||||
;; embedded set provided by upstream - like Debian does.
|
||||
|
|
Loading…
Reference in a new issue