gnu: python-aiohttp-socks: Update to 0.7.1.

* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.7.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2022-10-01 06:27:24 +02:00 committed by Efraim Flashner
parent 6448abe39a
commit 357bd133d8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -56,6 +56,7 @@
;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr> ;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl> ;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
;;; Copyright © 2022 msimonin <matthieu.simonin@inria.fr> ;;; Copyright © 2022 msimonin <matthieu.simonin@inria.fr>
;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -432,14 +433,14 @@ (define-public python-aiohttp
(define-public python-aiohttp-socks (define-public python-aiohttp-socks
(package (package
(name "python-aiohttp-socks") (name "python-aiohttp-socks")
(version "0.6.0") (version "0.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "aiohttp_socks" version)) (uri (pypi-uri "aiohttp_socks" version))
(sha256 (sha256
(base32 (base32
"04w010bvi719ifpc3sshav95k10hf9nq8czn9yglkj206yxcypdr")))) "06il43dv6qm858af841vq9qadw6h7qsfs06nnwagmwqyi72cl592"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-aiohttp python-attrs python-socks)) (list python-aiohttp python-attrs python-socks))