me
/
guix
Archived
1
0
Fork 0

gnu: python-canonicaljson: Update to 1.4.0.

* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
master
Michael Rohleder 2020-10-31 22:35:03 +01:00 committed by Marius Bakke
parent 830c4df6a4
commit 8090c24b85
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -21439,13 +21439,13 @@ information for your operating system.")
(define-public python-canonicaljson
(package
(name "python-canonicaljson")
(version "1.1.4")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "canonicaljson" version))
(sha256
(base32 "09cpacc8yvcc74i63pdmlfaahh77dnvbyw9zf29wml2zzwqfbg25"))))
(base32 "0c86g0vvzdcg3nrcsqnbzlfhpprc2i894p8i14hska56yl27d6w9"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)