diff options
| author | Marius Bakke <marius@gnu.org> | 2022-01-22 15:59:40 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-02-13 15:15:56 +0100 |
| commit | 4ec10765f235ec9a461f544c4c81de46d0f93927 (patch) | |
| tree | 8524fb8e1f0920ddb706f7212fb22293635e70f8 /gnu/packages/python-web.scm | |
| parent | 4a739062f7b7a36b874b79fddd4d5dc972df8d5b (diff) | |
gnu: python-requests: Update to 2.27.1.
* gnu/packages/python-web.scm (python-requests): Update to 2.27.1.
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8c638ce4392..8b959993b0e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -2532,13 +2532,13 @@ APIs.") | |||
| 2532 | (define-public python-requests | 2532 | (define-public python-requests |
| 2533 | (package | 2533 | (package |
| 2534 | (name "python-requests") | 2534 | (name "python-requests") |
| 2535 | (version "2.26.0") | 2535 | (version "2.27.1") |
| 2536 | (source (origin | 2536 | (source (origin |
| 2537 | (method url-fetch) | 2537 | (method url-fetch) |
| 2538 | (uri (pypi-uri "requests" version)) | 2538 | (uri (pypi-uri "requests" version)) |
| 2539 | (sha256 | 2539 | (sha256 |
| 2540 | (base32 | 2540 | (base32 |
| 2541 | "19q73fq7hip7b74fwls3p9x6zwvfwqcwpn6kha3zsgvrrzw5iamq")))) | 2541 | "0qcsbi919d689xqlgyhw9zkppp1fs6k09wwffa3ri6d8smpwbmv8")))) |
| 2542 | (build-system python-build-system) | 2542 | (build-system python-build-system) |
| 2543 | (propagated-inputs | 2543 | (propagated-inputs |
| 2544 | (list python-certifi python-chardet python-charset-normalizer | 2544 | (list python-certifi python-chardet python-charset-normalizer |
