mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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>
This commit is contained in:
parent
aee983816f
commit
b9e6e31877
1 changed files with 2 additions and 2 deletions
|
@ -7740,13 +7740,13 @@ (define-public python-parsel
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue