mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-pika: Update to 0.12.0.
* gnu/packages/python.scm (python-pika): Update to 0.12.0.
This commit is contained in:
parent
4b2d1dc4dc
commit
1261804985
1 changed files with 2 additions and 2 deletions
|
@ -9257,14 +9257,14 @@ (define-public python2-twisted
|
|||
(define-public python-pika
|
||||
(package
|
||||
(name "python-pika")
|
||||
(version "0.10.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pika" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nb4h08di432lv7dy2v9kpwgk0w92f24sqc2hw2s9vwr5b8v8xvj"))))
|
||||
"0ld7akgm93s8pfa4dsx9qlzlhj76zspbr5m9ms0ns09yd2w4aq9h"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-pyev" ,python-pyev)
|
||||
|
|
Loading…
Reference in a new issue