[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: python-httpcore: Update to 0.11.0.
From: |
guix-commits |
Subject: |
03/04: gnu: python-httpcore: Update to 0.11.0. |
Date: |
Wed, 23 Sep 2020 01:52:57 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit a9d9dbfd2d4f8e7d512b83739d5d334b4c195a6d
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Sep 22 20:30:22 2020 -0300
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>
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index aa7d825..5226587 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