aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-01-24 12:53:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-01-24 23:27:03 +0100
commit9e2802cb8d969110d3fe85f7c3ea5fd6a933f147 (patch)
tree00ccde38023ad62907802fc0b1d01bf3781d64cf
parent6acff0f90069898bac69a49cfa173725bd6b9e6e (diff)
downloadguix-9e2802cb8d969110d3fe85f7c3ea5fd6a933f147.tar
guix-9e2802cb8d969110d3fe85f7c3ea5fd6a933f147.tar.gz
gnu: python-orderedmultidict: Update to 0.7.11.
* gnu/packages/python.scm (python-orderedmultidict): Update to 0.7.11.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5feca2b68e..9a1dba1134 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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