mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-scrapy: Update to 2.11.0.
* gnu/packages/python-web.scm (python-scrapy): Update to 2.11.0.
This commit is contained in:
parent
5a3fb30653
commit
016403f323
1 changed files with 2 additions and 2 deletions
|
@ -8098,13 +8098,13 @@ (define-public python-parsel
|
|||
(define-public python-scrapy
|
||||
(package
|
||||
(name "python-scrapy")
|
||||
(version "2.10.1")
|
||||
(version "2.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Scrapy" version))
|
||||
(sha256
|
||||
(base32 "03yil4hjn14amx5jnvjfahmm78qqax2664z30xxn0dxmzdspimli"))))
|
||||
(base32 "199nbc7vipdsvxmfxc0lrzbprgl3hr2xgqhvss1083iz1k7fvg9w"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-flags
|
||||
|
|
Loading…
Reference in a new issue