[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: python-pyphen: Update to 0.10.0.
From: |
guix-commits |
Subject: |
14/15: gnu: python-pyphen: Update to 0.10.0. |
Date: |
Sun, 29 Nov 2020 14:08:59 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit e59a26cf3e08ca380650b60ae44edd1fd2b02322
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Nov 28 03:10:36 2020 -0500
gnu: python-pyphen: Update to 0.10.0.
* gnu/packages/python-xyz.scm (python-pyphen): Update to 0.10.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 753fe47..9449451 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20546,13 +20546,13 @@ qvarious formats: PDF, PostScript, PNG and even SVG.")
(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.
- branch master updated (0216fc2 -> c601e2b), guix-commits, 2020/11/29
- 04/15: gnu: Add python-iniconfig., guix-commits, 2020/11/29
- 02/15: gnu: python-cairocffi: Fix indentation., guix-commits, 2020/11/29
- 01/15: gnu: python-html5lib: Update to 1.1., guix-commits, 2020/11/29
- 05/15: gnu: Add python-py-next., guix-commits, 2020/11/29
- 03/15: gnu: python-cairocffi: Update to 1.2.0., guix-commits, 2020/11/29
- 06/15: gnu: python-typing-extensions: Update to 3.7.4.3., guix-commits, 2020/11/29
- 09/15: gnu: python-mypy: Update to 0.790., guix-commits, 2020/11/29
- 14/15: gnu: python-pyphen: Update to 0.10.0.,
guix-commits <=
- 07/15: gnu: Add python-pytest-6., guix-commits, 2020/11/29
- 15/15: gnu: weasyprint: Update to 52.1., guix-commits, 2020/11/29
- 13/15: gnu: python-tinycss2: Update to 1.1.0., guix-commits, 2020/11/29
- 08/15: gnu: python-pytest-xdist: Update to 2.1.0., guix-commits, 2020/11/29
- 10/15: gnu: python-cairosvg: Update to 2.5.0., guix-commits, 2020/11/29
- 11/15: gnu: python-cssselect2: Update to 0.4.1., guix-commits, 2020/11/29
- 12/15: gnu: python-flit: Update to 3.0.0., guix-commits, 2020/11/29