guix-commits
[Top][All Lists]
Advanced

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

04/28: gnu: python-webtest: Update to 2.0.29.


From: Tobias Geerinckx-Rice
Subject: 04/28: gnu: python-webtest: Update to 2.0.29.
Date: Fri, 2 Mar 2018 09:53:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e46dd02d99fccabecd59bf8bd3664a67e24053c0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 2 01:00:52 2018 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 513a455..8f5827c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1306,14 +1306,14 @@ file.")
 (define-public python-webtest
   (package
     (name "python-webtest")
-    (version "2.0.20")
+    (version "2.0.29")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "WebTest" version))
        (sha256
         (base32
-         "0bv0qhdjakdsdgj4sk21gnpp8xp8bga4x03p6gjb83ihrsb7n4xv"))))
+         "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v"))))
     (build-system python-build-system)
     (arguments
      `(;; Unfortunately we have to disable tests!



reply via email to

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