diff options
author | Vinicius Monego <monego@posteo.net> | 2020-09-22 20:30:22 -0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-23 08:46:50 +0300 |
commit | a9d9dbfd2d4f8e7d512b83739d5d334b4c195a6d (patch) | |
tree | 833d83b2d8055f8100d3e11e7d7fc3711facba15 /gnu/packages/python-web.scm | |
parent | 023ce3dcb47a6642adb7d9a5feaacebd3063e9ed (diff) | |
download | guix-a9d9dbfd2d4f8e7d512b83739d5d334b4c195a6d.tar guix-a9d9dbfd2d4f8e7d512b83739d5d334b4c195a6d.tar.gz |
gnu: python-httpcore: Update to 0.11.0.
* gnu/packages/python-web.scm (python-httpcore): Update to 0.11.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 aa7d825f2a..5226587ebd 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4456,7 +4456,7 @@ and serve updated contents upon changes to the directory.") (define-public python-httpcore (package (name "python-httpcore") - (version "0.10.2") + (version "0.11.0") (source (origin ;; PyPI tarball does not contain tests. @@ -4466,7 +4466,7 @@ and serve updated contents upon changes to the directory.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "00gn8nfv814rg6fj7xv97mrra3fvx6fzjcgx9y051ihm6hxljdsi")))) + (base32 "01bhajcxqgkdzg7b7x0fqs2lwcfsajlgqwi1nlxx58jss7g2kxn9")))) (build-system python-build-system) (arguments `(#:phases |