mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-jmespath: Update to 0.9.4.
* gnu/packages/python-xyz.scm (python-jmespath): Update to 0.9.4.
This commit is contained in:
parent
b1bbdd7d1a
commit
27fb781f41
1 changed files with 2 additions and 2 deletions
|
@ -9020,14 +9020,14 @@ (define-public python2-tox
|
|||
(define-public python-jmespath
|
||||
(package
|
||||
(name "python-jmespath")
|
||||
(version "0.9.3")
|
||||
(version "0.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "jmespath" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r7wc7fsxmlwzxx9j1j7rms06c6xs6d4sysirdhz1jk2mb4x90ba"))))
|
||||
"0k0765x1mybcrzajh3hiqkl8sy9hs0bmn4900frxy0j3ykvaxqmx"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
|
|
Loading…
Reference in a new issue