nckx pushed a commit to branch master
in repository guix.

commit 9e2802cb8d969110d3fe85f7c3ea5fd6a933f147
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Tue Jan 24 12:53:00 2017 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5feca2b..9a1dba1 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

Reply via email to