diff options
author | Felix Gruber <felgru@posteo.net> | 2023-01-21 15:39:03 +0000 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 16:14:00 +0800 |
commit | b9e6e31877cdb96cceba4d1ec6268f86b824dec4 (patch) | |
tree | effb68874706d37079f43fa26dbf9f2de1e8f442 | |
parent | aee983816f0edb7677963107835cb8d683baf200 (diff) |
gnu: python-scrapy: Update to 2.7.1.
* gnu/packages/python-web.scm (python-scrapy): Update to 2.7.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-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 20e57db980..e7134677a9 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7740,13 +7740,13 @@ regular expressions.") (define-public python-scrapy (package (name "python-scrapy") - (version "2.6.1") + (version "2.7.1") (source (origin (method url-fetch) (uri (pypi-uri "Scrapy" version)) (sha256 - (base32 "09rqalbwcz9ix8h0992mzjs50sssxsmmh8w9abkrqchgknjmbzan")))) + (base32 "0kpi3hg2ycs6s8cg41r2zc1axd0rpnps8bnzg7wisjyjaf1l1yih")))) (build-system python-build-system) (arguments `(#:phases |