mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-parsedatetime: Update to 1.5.
* gnu/packages/python.scm (python-parsedatetime): Update to 1.5. [arguments]: Enable tests.
This commit is contained in:
parent
ab41f9799f
commit
4df1e30da8
1 changed files with 2 additions and 3 deletions
|
@ -961,7 +961,7 @@ (define-public python2-dateutil
|
|||
(define-public python-parsedatetime
|
||||
(package
|
||||
(name "python-parsedatetime")
|
||||
(version "1.2")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -969,11 +969,10 @@ (define-public python-parsedatetime
|
|||
"parsedatetime/parsedatetime-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zcj0pzxvpl4j2ma9awmpkfxldybi2kjaahjjpmgfbg5cxwcjsqv"))))
|
||||
"1as0mm4ql3z0324nc9bys2s1ngh507i317p16b79rx86wlmvx9ix"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools" ,python-setuptools)))
|
||||
(arguments `(#:tests? #f)) ;no test target
|
||||
(home-page "http://github.com/bear/parsedatetime/")
|
||||
(synopsis
|
||||
"Parse human-readable date/time text")
|
||||
|
|
Loading…
Reference in a new issue