gnu: python-setuptools-scm: Update to 1.15.0.

* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Troy Sankey 2017-02-20 01:37:38 -05:00 committed by Marius Bakke
parent c0446791bd
commit 5b1f31ffcf
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4886,13 +4886,13 @@ child application and control it as if a human were typing commands.")
(define-public python-setuptools-scm (define-public python-setuptools-scm
(package (package
(name "python-setuptools-scm") (name "python-setuptools-scm")
(version "1.11.1") (version "1.15.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "setuptools_scm" version)) (uri (pypi-uri "setuptools_scm" version))
(sha256 (sha256
(base32 (base32
"1gqr73i150yzj3mz32854vj93x07yr52kn8fdckwa41ll8wgficc")))) "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/pypa/setuptools_scm/") (home-page "https://github.com/pypa/setuptools_scm/")
(synopsis "Manage Python package versions in SCM metadata") (synopsis "Manage Python package versions in SCM metadata")