diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2019-04-06 22:50:39 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-04-06 22:50:39 +0300 |
| commit | 3b5671a3fa3994d6ee76f09b0ed5b99093acad6b (patch) | |
| tree | 96c08c1d700fecf9016b39fee85f5f45dafbd0e0 /gnu/packages/python-crypto.scm | |
| parent | 177bc62d63e89a1ce2f255879bca1fdc5f3769f1 (diff) | |
gnu: python-certifi: Update to 2019.3.9.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.3.9.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 08f1e4d3991..fd9c95dd0a2 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -336,13 +336,13 @@ password storage.") | |||
| 336 | (define-public python-certifi | 336 | (define-public python-certifi |
| 337 | (package | 337 | (package |
| 338 | (name "python-certifi") | 338 | (name "python-certifi") |
| 339 | (version "2018.11.29") | 339 | (version "2019.3.9") |
| 340 | (source (origin | 340 | (source (origin |
| 341 | (method url-fetch) | 341 | (method url-fetch) |
| 342 | (uri (pypi-uri "certifi" version)) | 342 | (uri (pypi-uri "certifi" version)) |
| 343 | (sha256 | 343 | (sha256 |
| 344 | (base32 | 344 | (base32 |
| 345 | "1dvccavd2fzq4j37w0sznylp92ps14zi6gvlxzm23in0yhzciya7")))) | 345 | "1bnpw7hrf9i1l9gfxjnzi45hkrvzz0pyn9ia8m4mw7sxhgb08qdj")))) |
| 346 | (build-system python-build-system) | 346 | (build-system python-build-system) |
| 347 | (home-page "https://certifi.io/") | 347 | (home-page "https://certifi.io/") |
| 348 | (synopsis "Python CA certificate bundle") | 348 | (synopsis "Python CA certificate bundle") |
