guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-future: Update to 0.16.0.


From: Ben Woodcroft
Subject: 01/03: gnu: python-future: Update to 0.16.0.
Date: Sun, 21 May 2017 10:44:04 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit c522f57e22d940478b4a4b8a28405469cd7bd4c7
Author: Ben Woodcroft <address@hidden>
Date:   Sun May 21 08:55:07 2017 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 57a67de..54dc493 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10717,14 +10717,14 @@ development version of CPython that are not available 
in older releases.")
 (define-public python-future
   (package
     (name "python-future")
-    (version "0.15.2")
+    (version "0.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "future" version))
        (sha256
         (base32
-         "15wvcfzssc68xqnqi1dq4fhd0848hwi9jn42hxyvlqna40zijfrx"))))
+         "1nzy1k4m9966sikp0qka7lirh8sqrsyainyf8rk97db7nwdfv773"))))
     (build-system python-build-system)
     ;; Many tests connect to the network or are otherwise flawed.
     ;; https://github.com/PythonCharmers/python-future/issues/210



reply via email to

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