me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2019-02-08 18:48:46 +01:00
parent 54da6f9f9b
commit 84127f8c30
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 6 deletions

View File

@ -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")