gnu: python-billiard: Update to 3.3.0.23.

* gnu/packages/python.scm (python-billiard, python2-billiard):
Update to 3.3.0.23.
This commit is contained in:
Leo Famulari 2016-10-12 13:21:40 -04:00
parent 0cb5982268
commit a6bb9e446f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -8463,14 +8463,14 @@ (define-public python2-kombu
(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)))