~ruther/guix-local

9e2802cb8d969110d3fe85f7c3ea5fd6a933f147 — Tobias Geerinckx-Rice 9 years ago 6acff0f
gnu: python-orderedmultidict: Update to 0.7.11.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 4003,14 4003,14 @@ Python code against some of the style conventions in
(define-public python-orderedmultidict
  (package
    (name "python-orderedmultidict")
    (version "0.7.10")
    (version "0.7.11")
    (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "orderedmultidict" version))
        (sha256
          (base32
            "1gvqk0jd432wsn88kq4svad68xz3r012jfpnhh9in7bqrkyxidky"))))
            "0dls862ibm7qbq4fnvwx0xn1v9hwyzywbff8xjjdr42dd75208yw"))))
    (build-system python-build-system)
    (arguments
     `(#:phases