diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-06 09:32:48 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-06 11:09:53 +0200 |
| commit | da3e0cd9488b28c5dd2d47825c3690cd29d90ed6 (patch) | |
| tree | be1345cc740f0fc1e94585fcd94225a8193cae0a /gnu/packages/python-crypto.scm | |
| parent | d95d3d62245df144d2f2fc21c4c9dc67f1ea2c39 (diff) | |
gnu: python-certifi: Update to 2018.11.29.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2018.11.29.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 861715b5696..6df23d2bcf1 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> | 2 | ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> |
| 3 | ;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> | 3 | ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> |
| 4 | ;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name> | 4 | ;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name> |
| 5 | ;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com> | 5 | ;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com> |
| 6 | ;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au> | 6 | ;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au> |
| @@ -341,13 +341,13 @@ password storage.") | |||
| 341 | (define-public python-certifi | 341 | (define-public python-certifi |
| 342 | (package | 342 | (package |
| 343 | (name "python-certifi") | 343 | (name "python-certifi") |
| 344 | (version "2018.8.13") | 344 | (version "2018.11.29") |
| 345 | (source (origin | 345 | (source (origin |
| 346 | (method url-fetch) | 346 | (method url-fetch) |
| 347 | (uri (pypi-uri "certifi" version)) | 347 | (uri (pypi-uri "certifi" version)) |
| 348 | (sha256 | 348 | (sha256 |
| 349 | (base32 | 349 | (base32 |
| 350 | "1x7jy10rz3100g9iw7c2czcw2z4lqfaalsd8yg991l4d82hnh7ac")))) | 350 | "1dvccavd2fzq4j37w0sznylp92ps14zi6gvlxzm23in0yhzciya7")))) |
| 351 | (build-system python-build-system) | 351 | (build-system python-build-system) |
| 352 | (home-page "https://certifi.io/") | 352 | (home-page "https://certifi.io/") |
| 353 | (synopsis "Python CA certificate bundle") | 353 | (synopsis "Python CA certificate bundle") |
