diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-24 14:12:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-26 20:13:11 +0100 |
commit | b737530569844d1538a45f209460fedc0edf7497 (patch) | |
tree | 01806eb98cbed5fdd8fbf292ad6e2b3c70df0588 /gnu | |
parent | 4e501d064204d059d9d0e5af0533c055433f7b63 (diff) | |
download | guix-b737530569844d1538a45f209460fedc0edf7497.tar.gz guix-b737530569844d1538a45f209460fedc0edf7497.zip |
gnu: python-cffi: Update to 1.11.4.
* gnu/packages/libffi.scm (python-cffi): Update to 1.11.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/libffi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm index e5e4023450..e5e93eb916 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 |