mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: python-regex, python2-regex: Update to 2019.04.14.
* gnu/packages/python.scm (python-regex, python2-regex): Update to 2019.04.14. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
adc25b68b1
commit
c187c9d786
1 changed files with 4 additions and 2 deletions
|
@ -13061,13 +13061,15 @@ (define-public python2-smmap2
|
||||||
(define-public python-regex
|
(define-public python-regex
|
||||||
(package
|
(package
|
||||||
(name "python-regex")
|
(name "python-regex")
|
||||||
(version "2017.06.07")
|
(version "2019.04.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "regex" version))
|
(uri (pypi-uri "regex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06r6b7yigikbj3a72whl85r2b64pj1r0ypmw9yalmkm0wnxq8mz4"))))
|
"1a6hhfs6l6snr1z654ay6wzbmwdkmv282fzfkd5hk2d1n73y8v6m"))))
|
||||||
|
;; TODO: Fix and enable regex_test.py tests that complain about the
|
||||||
|
;; test.support module not existing.
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://bitbucket.org/mrabarnett/mrab-regex")
|
(home-page "https://bitbucket.org/mrabarnett/mrab-regex")
|
||||||
(synopsis "Alternative regular expression module")
|
(synopsis "Alternative regular expression module")
|
||||||
|
|
Loading…
Reference in a new issue