mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: python-msgpack: Update to 1.0.3.
* gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.3. (python2-msgpack): Delete variable.
This commit is contained in:
parent
b925b3c6dc
commit
7407f0c496
1 changed files with 2 additions and 5 deletions
|
@ -10635,13 +10635,13 @@ (define-public python2-llfuse
|
||||||
(define-public python-msgpack
|
(define-public python-msgpack
|
||||||
(package
|
(package
|
||||||
(name "python-msgpack")
|
(name "python-msgpack")
|
||||||
(version "1.0.0")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "msgpack" version))
|
(uri (pypi-uri "msgpack" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h5mxh84rcw04dvxy1qbfn2hisavfqgilh9k09rgyjhd936dad4m"))))
|
"07m84yisf8m6gr68ip9v6vzxax7kqbn8qxg7ir18clk1jgxwgzai"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
@ -10689,9 +10689,6 @@ (define-public python-msgpack-transitional
|
||||||
"TRANSITIONAL = 1"))
|
"TRANSITIONAL = 1"))
|
||||||
#t))))))))
|
#t))))))))
|
||||||
|
|
||||||
(define-public python2-msgpack
|
|
||||||
(package-with-python2 python-msgpack))
|
|
||||||
|
|
||||||
(define-public python-netaddr
|
(define-public python-netaddr
|
||||||
(package
|
(package
|
||||||
(name "python-netaddr")
|
(name "python-netaddr")
|
||||||
|
|
Loading…
Reference in a new issue