guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-flask-restful: Update to 0.3.7.


From: guix-commits
Subject: 01/01: gnu: python-flask-restful: Update to 0.3.7.
Date: Sun, 27 Jan 2019 07:41:16 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4f8be6d905de0ca53275907cce37742287b51111
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 27 14:37:38 2019 +0200

    gnu: python-flask-restful: Update to 0.3.7.
    
    * gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.7.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d81a755..2264566 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2034,14 +2034,14 @@ pretty printer and a tree visitor.")
 (define-public python-flask-restful
   (package
     (name "python-flask-restful")
-    (version "0.3.5")
+    (version "0.3.7")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "Flask-RESTful" version))
         (sha256
-          (base32
-            "0hjcmdb56b7z4bkw848lxfkyrpnkwzmqn2dgnlv12mwvjpzsxr6c"))))
+         (base32
+          "1a9cbwkr6krryyzq4sd3f415nkkc6dyfls5i3pgyibs94g0hw97q"))))
     (build-system python-build-system)
     (propagated-inputs
       `(("python-aniso8601" ,python-aniso8601)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]