guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: python-paste: Update to 3.0.6.


From: guix-commits
Subject: 05/10: gnu: python-paste: Update to 3.0.6.
Date: Thu, 14 Feb 2019 13:53:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ce50403fc2e5b349645563008f29403179a73b23
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 14 17:32:18 2019 +0100

    gnu: python-paste: Update to 3.0.6.
    
    * gnu/packages/python-web.scm (python-paste): Update to 3.0.6.
---
 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 fc0ac5a..dce8dd2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2717,14 +2717,14 @@ available in Django, but is a standalone package.")
 (define-public python-paste
   (package
     (name "python-paste")
-    (version "3.0.4")
+    (version "3.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Paste" version))
        (sha256
         (base32
-         "01w26w9jyfkh0mfydhfz3dwy3pj3fw7mzvj0lna3vs8hyx1hwl0n"))
+         "14lbi9asn5agsdf7r97prkjpz7amgmp529lbvfhf0nv881xczah6"))
        (patches (search-patches "python-paste-remove-timing-test.patch"))
        (modules '((guix build utils)))
        (snippet



reply via email to

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