mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: python-configparser: Update to 4.0.2.
* gnu/packages/python-xyz.scm (python-configparser): Update to 4.0.2. [native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
This commit is contained in:
parent
559f5799db
commit
c6bc3529a5
1 changed files with 4 additions and 2 deletions
|
@ -12719,14 +12719,16 @@ (define-public python2-backports-functools-lru-cache
|
|||
(define-public python-configparser
|
||||
(package
|
||||
(name "python-configparser")
|
||||
(version "3.7.1")
|
||||
(version "4.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "configparser" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cnz213il9lhgda6x70fw7mfqr8da43s3wm343lwzhqx94mgmmav"))))
|
||||
"1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7"))))
|
||||
(native-inputs
|
||||
`(("python-setuptools_scm" ,python-setuptools-scm)))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/jaraco/configparser/")
|
||||
(synopsis "Backport of configparser from python 3.5")
|
||||
|
|
Loading…
Reference in a new issue