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:
Vinicius Monego 2023-08-06 11:45:09 -03:00
parent 19617735df
commit 8b6b4146fc
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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")