guix-commits
[Top][All Lists]
Advanced

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

02/21: gnu: python-zope-testrunner: Update to 5.2.


From: guix-commits
Subject: 02/21: gnu: python-zope-testrunner: Update to 5.2.
Date: Mon, 20 Jul 2020 11:00:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3c23ae88abddc484ad973f2e068886a92f05833e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:03:24 2020 +0300

    gnu: python-zope-testrunner: Update to 5.2.
    
    * gnu/packages/python-web.scm (python-zope-testrunner): Update to 5.2.
---
 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 0624cc9..3bf1f7b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1158,14 +1158,14 @@ forms, HTTP servers, regular expressions, and more.")
 (define-public python-zope-testrunner
   (package
     (name "python-zope-testrunner")
-    (version "5.1")
+    (version "5.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "zope.testrunner" version))
        (sha256
         (base32
-         "0w3q66cy4crpj7c0hw0vvvvwf3g931rnvw7wwa20av7yqvv6ajim"))))
+         "0jyyf1dcz156q95x2y7yw2v420q2xn3cff0c5aci7hmdmcbn0gc7"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; FIXME: Tests can't find zope.interface.



reply via email to

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