~ruther/guix-local

8b6b4146fc683af50f0af23c1e4326b2a8a0ae12 — Vinicius Monego 2 years ago 1961773
gnu: python-itemadapter: Update to 0.8.0.

* gnu/packages/python-xyz.scm (python-itemadapter): Update to 0.8.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 32673,13 32673,13 @@ message queues for Python.")
(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")