guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python2-futures: Update to 3.2.0.


From: guix-commits
Subject: 02/03: gnu: python2-futures: Update to 3.2.0.
Date: Sat, 24 Nov 2018 12:43:37 -0500 (EST)

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

commit 366cd7fcba3ef7a26c17f20fe07a65308d8f9186
Author: Marius Bakke <address@hidden>
Date:   Sat Nov 17 21:59:46 2018 +0100

    gnu: python2-futures: Update to 3.2.0.
    
    * gnu/packages/python.scm (python2-futures): Update to 3.2.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 a9e5306..c23f2b5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7761,14 +7761,14 @@ otherwise matches 3.2’s API.")
 (define-public python2-futures
   (package
     (name "python2-futures")
-    (version "3.0.5")
+    (version "3.2.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "futures" version))
         (sha256
          (base32
-          "1pw1z4329xvlabdpwqa6b7v2fxf7hl64m4cgr22ckbym8m8m4hh5"))))
+          "0rdjmmsab550kxsssdq49jcniz77zlkpw4pvi9hvib3lsskjmh4y"))))
     (build-system python-build-system)
     (arguments `(#:python ,python-2
                  ;; FIXME: Python 2.7.14 moved the test.support library,



reply via email to

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