nckx pushed a commit to branch master
in repository guix.
commit b737530569844d1538a45f209460fedc0edf7497
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Feb 24 14:12:20 2018 +0100
gnu: python-cffi: Update to 1.11.4.
* gnu/packages/libffi.scm (python-cffi): Update to 1.11.4.
---
gnu/packages/libffi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index e5e4023..e5e93eb 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -80,13 +80,13 @@ conversions for values passed between the two languages.")
(define-public python-cffi
(package
(name "python-cffi")
- (version "1.11.2")
+ (version "1.11.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cffi" version))
(sha256
- (base32 "19h0wwz9cww74gw8cyq0izj8zkhjyzjw2d3ks1c3f1y4q28xv1xb"))))
+ (base32 "07fiy4wqg8g08x38r04ydjr8n6g0g74gb8si8b6jhymijalq746z"))))
(build-system python-build-system)
(outputs '("out" "doc"))
(inputs