mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: python-pyzmq: Update to 22.1.0.
* gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
65e4a610ae
commit
172a0794bb
1 changed files with 2 additions and 2 deletions
|
@ -9113,13 +9113,13 @@ (define-public python2-waf
|
|||
(define-public python-pyzmq
|
||||
(package
|
||||
(name "python-pyzmq")
|
||||
(version "22.0.3")
|
||||
(version "22.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyzmq" version))
|
||||
(sha256
|
||||
(base32 "0bgrn65cxfz1c1sjrgyq5dy1mkhppxxbizd5wvrl03cq4zhkrxpp"))))
|
||||
(base32 "0pa1y97z75xqyca9xfp9zrzksydbgzsxf8yh0hwp0rgahpfxch3h"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue