efraim pushed a commit to branch master
in repository guix.
commit ec3bcbc7e43fb1e1c4b5faaced4c6697fa0e2084
Author: Efraim Flashner <[email protected]>
Date: Wed Dec 30 13:11:47 2015 +0200
gnu: python-rpy2: Update to 2.7.6.
* gnu/packages/python.scm (python-rpy2): Update to 2.7.6.
---
gnu/packages/python.scm | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 17722c2..78684e6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3385,15 +3385,14 @@ operators such as union, intersection, and difference.")
(define-public python-rpy2
(package
(name "python-rpy2")
- (version "2.6.0")
+ (version "2.7.6")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/r/rpy2"
- "/rpy2-" version ".tar.gz"))
+ (uri (pypi-uri "rpy2" version))
(sha256
(base32
- "1dp4l8hpv0jpf4crz4wis6in3lvwk86cr5zvpw410y4a07rrbqjk"))))
+ "0nhan2qvrw7b7gg5zddwa22kybdv3x1g26vkd7q8lvnkgzrs4dga"))))
(build-system python-build-system)
(inputs
`(("python-six" ,python-six)