guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: python-cloudpickle: Update to 0.6.1.


From: guix-commits
Subject: 05/11: gnu: python-cloudpickle: Update to 0.6.1.
Date: Mon, 3 Dec 2018 11:47:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 03bfbe2f10a37ac5147e46247c975c46268c9545
Author: Marius Bakke <address@hidden>
Date:   Mon Dec 3 13:44:19 2018 +0100

    gnu: python-cloudpickle: Update to 0.6.1.
    
    * gnu/packages/python.scm (python-cloudpickle): Update to 0.6.1.
---
 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 570cfb6..0757410 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14567,14 +14567,14 @@ pure-Python.")
 (define-public python-cloudpickle
   (package
     (name "python-cloudpickle")
-    (version "0.5.5")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cloudpickle" version))
        (sha256
         (base32
-         "0gdg5n025v4wqmdg65rm0n6fvp6731ip30ji0rmn2kqsyr4bb93f"))))
+         "1wdw89mlm7fqa3fm3ymskx05jrys66n8m1z1a8s0mss0799ahsgi"))))
     (build-system python-build-system)
     ;; FIXME: there are 5 errors in 122 tests:
     ;; ERROR: test_function_pickle_compat_0_4_0 
(tests.cloudpickle_test.CloudPickleTest)



reply via email to

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