gnu: python-configparser: Update to 3.7.1.
* gnu/packages/python-xyz.scm (python-configparser): Update to 3.7.1. [source](uri): Use PYPI-URI.
This commit is contained in:
parent
54da6f9f9b
commit
84127f8c30
|
@ -11348,17 +11348,14 @@ of @code{functools.lru_cache} from python 3.3.")
|
||||||
(define-public python-configparser
|
(define-public python-configparser
|
||||||
(package
|
(package
|
||||||
(name "python-configparser")
|
(name "python-configparser")
|
||||||
(version "3.5.0")
|
(version "3.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "configparser" version))
|
||||||
"https://bitbucket.org/ambv/configparser/get/"
|
|
||||||
version ".tar.bz2"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0waq40as14abwzbb321hfz4vr1fi363nscy32ga14qvfygrg96wa"))))
|
"0cnz213il9lhgda6x70fw7mfqr8da43s3wm343lwzhqx94mgmmav"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/jaraco/configparser/")
|
(home-page "https://github.com/jaraco/configparser/")
|
||||||
(synopsis "Backport of configparser from python 3.5")
|
(synopsis "Backport of configparser from python 3.5")
|
||||||
|
|
Loading…
Reference in New Issue