mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: python-msgpack: Update to 1.0.4.
* gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.4.
This commit is contained in:
parent
80683d29f4
commit
b04c338265
1 changed files with 2 additions and 2 deletions
|
@ -11069,13 +11069,13 @@ (define-public python-llfuse
|
||||||
(define-public python-msgpack
|
(define-public python-msgpack
|
||||||
(package
|
(package
|
||||||
(name "python-msgpack")
|
(name "python-msgpack")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "msgpack" version))
|
(uri (pypi-uri "msgpack" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07m84yisf8m6gr68ip9v6vzxax7kqbn8qxg7ir18clk1jgxwgzai"))))
|
"0pqzy1zclyhd42gfibhkcqymbspy5a6v421g87mh40h3iz0nkn7m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
|
Loading…
Reference in a new issue