3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-txamqp: Update to 0.8.2.

* gnu/packages/python.scm (python-txamqp): Update to 0.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-15 15:49:34 +02:00
parent 3e9d393c84
commit a1c86d1db4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8042,14 +8042,14 @@ alternative when librabbitmq is not available.")
(define-public python-txamqp
(package
(name "python-txamqp")
(version "0.8.0")
(version "0.8.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "txAMQP" version))
(sha256
(base32
"1r43a66dd547mz40ikymm8y3d480cidy560fj81qc0jk4lncgmmr"))))
"0jd9864k3csc06kipiwzjlk9mq4054s8kzk5q1cfnxj8572s4iv4"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)