efraim pushed a commit to branch master
in repository guix.
commit c2a9c1c0bcd1f2e78026739d0c133371b1162364
Author: Efraim Flashner <[email protected]>
Date: Wed Dec 30 12:41:59 2015 +0200
gnu: python-dateutil: Update to 2.4.2.
* gnu/packages/python.scm (python-dateutil): Update to 2.4.2.
---
gnu/packages/python.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 164907e..f585790 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -900,7 +900,7 @@ Python file, so it can be easily copied into your project.")
(define-public python-dateutil-2
(package
(name "python-dateutil")
- (version "2.2")
+ (version "2.4.2")
(source
(origin
(method url-fetch)
@@ -908,7 +908,7 @@ Python file, so it can be easily copied into your project.")
name "/" name "-" version ".tar.gz"))
(sha256
(base32
- "0s74ad6r789810s10dxgvaf48ni6adac2icrdad34zxygqq6bj7f"))))
+ "0ggbm2z72p0nwjqgvpw8s5bqzwayqiqv2iws0x2a605m3mf4959y"))))
(build-system python-build-system)
(inputs
`(("python-setuptools" ,python-setuptools)