diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 798a22f5df9..9de366fdaf8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -3390,14 +3390,14 @@ a front-end for C compilers or analysis tools.") | |||
| 3390 | (define-public python-cffi | 3390 | (define-public python-cffi |
| 3391 | (package | 3391 | (package |
| 3392 | (name "python-cffi") | 3392 | (name "python-cffi") |
| 3393 | (version "0.8.6") | 3393 | (version "1.2.1") |
| 3394 | (source | 3394 | (source |
| 3395 | (origin | 3395 | (origin |
| 3396 | (method url-fetch) | 3396 | (method url-fetch) |
| 3397 | (uri (string-append "https://pypi.python.org/packages/source/c/" | 3397 | (uri (string-append "https://pypi.python.org/packages/source/c/" |
| 3398 | "cffi/cffi-" version ".tar.gz")) | 3398 | "cffi/cffi-" version ".tar.gz")) |
| 3399 | (sha256 | 3399 | (sha256 |
| 3400 | (base32 "0406j3sgndmx88idv5zxkkrwfqxmjl18pj8gf47nsg4ymzixjci5")))) | 3400 | (base32 "0g8yfzinry1vsj6d1jlnd19338bh92lhhk207ksy4lm1n3g73dga")))) |
| 3401 | (build-system python-build-system) | 3401 | (build-system python-build-system) |
| 3402 | (outputs '("out" "doc")) | 3402 | (outputs '("out" "doc")) |
| 3403 | (inputs | 3403 | (inputs |
| @@ -3407,10 +3407,10 @@ a front-end for C compilers or analysis tools.") | |||
| 3407 | (native-inputs | 3407 | (native-inputs |
| 3408 | `(("pkg-config" ,pkg-config) | 3408 | `(("pkg-config" ,pkg-config) |
| 3409 | ("python-sphinx" ,python-sphinx) | 3409 | ("python-sphinx" ,python-sphinx) |
| 3410 | ("python-pytest" ,python-pytest) | ||
| 3410 | ("python-setuptools" ,python-setuptools))) | 3411 | ("python-setuptools" ,python-setuptools))) |
| 3411 | (arguments | 3412 | (arguments |
| 3412 | `(#:tests? #f ; FIXME: requires pytest | 3413 | `(#:phases |
| 3413 | #:phases | ||
| 3414 | (alist-cons-after | 3414 | (alist-cons-after |
| 3415 | 'install 'install-doc | 3415 | 'install 'install-doc |
| 3416 | (lambda* (#:key outputs #:allow-other-keys) | 3416 | (lambda* (#:key outputs #:allow-other-keys) |
