mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-simplejson: Update to 3.20.1.
* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.20.1. [build-system]: Use pyproject. [native-inputs]: Remove python-toml; add python-pytest and python-setuptools. Change-Id: I181c5909e5325601f28fbef01f58cfeed9864f61
This commit is contained in:
parent
8031726431
commit
868cc3edfa
1 changed files with 4 additions and 4 deletions
|
@ -6008,17 +6008,17 @@ in Golang.")
|
|||
(define-public python-simplejson
|
||||
(package
|
||||
(name "python-simplejson")
|
||||
(version "3.17.6")
|
||||
(version "3.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "simplejson" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19pqqn01y6qmhhv8q6dh4p1acav49kl923kklnns2qxz5a6h766g"))))
|
||||
(build-system python-build-system)
|
||||
"0z838dqnh5c81ib6cvfqfhd82ax2apzclzgz8b0j87sgxjs3jhg6"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-toml))
|
||||
(list python-pytest python-setuptools))
|
||||
(home-page "https://simplejson.readthedocs.io/en/latest")
|
||||
(synopsis
|
||||
"Json library for Python")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue