[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/23: gnu: python-parsedatetime: Update to 1.5.
From: |
David Thompson |
Subject: |
20/23: gnu: python-parsedatetime: Update to 1.5. |
Date: |
Fri, 04 Dec 2015 18:19:55 +0000 |
davexunit pushed a commit to branch wip-lets-encrypt
in repository guix.
commit 860345844cb26f8772d37cf8ac6c48ba9729a6d8
Author: Leo Famulari <address@hidden>
Date: Wed Nov 11 04:29:49 2015 -0500
gnu: python-parsedatetime: Update to 1.5.
* gnu/packages/python.scm (python-parsedatetime): Update to 1.5.
[arguments]: Enable tests.
---
gnu/packages/python.scm | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f488664..7c77990 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -961,7 +961,7 @@ datetime module, available in Python 2.3+.")
(define-public python-parsedatetime
(package
(name "python-parsedatetime")
- (version "1.2")
+ (version "1.5")
(source
(origin
(method url-fetch)
@@ -969,11 +969,10 @@ datetime module, available in Python 2.3+.")
"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")
- 16/23: gnu: Add dialog., (continued)
- 16/23: gnu: Add dialog., David Thompson, 2015/12/04
- 15/23: gnu: Add python-configobj., David Thompson, 2015/12/04
- 13/23: gnu: Add python-pyrfc3339., David Thompson, 2015/12/04
- 19/23: gnu: Add python-ndg-httpsclient., David Thompson, 2015/12/04
- 14/23: gnu: Add python-werkzeug., David Thompson, 2015/12/04
- 17/23: gnu: Add python2-pythondialog., David Thompson, 2015/12/04
- 18/23: gnu: Add python-configargparse., David Thompson, 2015/12/04
- 21/23: gnu: Add python2-parsedatetime., David Thompson, 2015/12/04
- 22/23: gnu: Add acme., David Thompson, 2015/12/04
- 23/23: gnu: Add lets-encrypt., David Thompson, 2015/12/04
- 20/23: gnu: python-parsedatetime: Update to 1.5.,
David Thompson <=