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

commit a6bb9e446f4df3c220296041e08814a492494c2e
Author: Leo Famulari <l...@famulari.name>
Date:   Wed Oct 12 13:21:40 2016 -0400

    gnu: python-billiard: Update to 3.3.0.23.
    
    * gnu/packages/python.scm (python-billiard, python2-billiard):
    Update to 3.3.0.23.
---
 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 464a129..a9783b6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8463,14 +8463,14 @@ RabbitMQ messaging server is the most popular 
implementation.")
 (define-public python-billiard
   (package
     (name "python-billiard")
-    (version "3.3.0.22")
+    (version "3.3.0.23")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "billiard" version))
        (sha256
         (base32
-         "0zp7h6a58alrb3mwdw61jds07395j4j0mj6iqsb8czrihw9ih5nj"))))
+         "02wxsc6bhqvzh8j6w758kvgqbnj14l796mvmrcms8fgfamd2lak9"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-nose" ,python-nose)))

Reply via email to