guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-zope-testing: Update to 4.6.1.


From: Leo Famulari
Subject: 01/01: gnu: python-zope-testing: Update to 4.6.1.
Date: Fri, 5 Jan 2018 14:45:06 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit f9a6457dd6e1a2d95570fc25ad8af81d5071a3b3
Author: Leo Famulari <address@hidden>
Date:   Fri Jan 5 14:37:38 2018 -0500

    gnu: python-zope-testing: Update to 4.6.1.
    
    * gnu/packages/python-web.scm (python-zope-testing, python-zope-testing):
    Update to 4.6.1.
    [source]: Use pypi-uri.
---
 gnu/packages/python-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4e280b4..e8af28f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -674,15 +674,14 @@ that have uses outside of the Zope framework.")
 (define-public python-zope-testing
   (package
     (name "python-zope-testing")
-    (version "4.5.0")
+    (version "4.6.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/z";
-                           "/zope.testing/zope.testing-" version ".tar.gz"))
+       (uri (pypi-uri "zope.testing" version))
        (sha256
         (base32
-         "1yvglxhzvhl45mndvn9gskx2ph30zz1bz7rrlyfs62fv2pvih90s"))
+         "1vvxhjmzl7vw2i1akfj1xbggwn36270ym7f2ic9xwbaswfw1ap56"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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