steap pushed a commit to branch master
in repository guix.

commit a9769a290fb7bd2c554280b98b573e6b552491be
Author: Cyril Roelandt <[email protected]>
Date:   Sat Oct 7 03:23:40 2017 +0200

    gnu: python-apispec: Update to 0.25.3.
    
    * gnu/packages/python.scm (python-apispec, python2-apispec): Update to 
0.25.3.
---
 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 8521ab3..0c3aecf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -15951,14 +15951,14 @@ complex datatypes to and from native Python 
datatypes.")
 (define-public python-apispec
   (package
     (name "python-apispec")
-    (version "0.22.0")
+    (version "0.25.3")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "apispec" version))
       (sha256
         (base32
-          "0y3jxmgp2d24am3hxl40f5rw9abb0r8037sagax3dv64h4n1azwq"))))
+          "0kxa8723zbisx10363yh4mmmn4higxrspymbjfz5zq8f644zagm9"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pyyaml" ,python-pyyaml)))

Reply via email to