gnu: python-itemadapter: Update to 0.8.0.
* gnu/packages/python-xyz.scm (python-itemadapter): Update to 0.8.0.
This commit is contained in:
parent
19617735df
commit
8b6b4146fc
1 changed files with 2 additions and 2 deletions
|
@ -32673,13 +32673,13 @@ (define-public python-posix-ipc
|
|||
(define-public python-itemadapter
|
||||
(package
|
||||
(name "python-itemadapter")
|
||||
(version "0.5.0")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "itemadapter" version))
|
||||
(sha256
|
||||
(base32 "083wp3h2brh8x19jbdr8rz3biqwp3jlqd0rfzcyrjyhssffsgdh5"))))
|
||||
(base32 "1aa898gjgwy3axxfrgsh4kdvhp6n6wz3ccdishq0gh8azf2q8xbp"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/scrapy/itemadapter")
|
||||
(synopsis "Common interface for data container classes")
|
||||
|
|
Loading…
Reference in a new issue