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

* gnu/packages/python.scm (python-setuptools-scm): Update to 1.11.1.
This commit is contained in:
Efraim Flashner 2016-07-14 05:49:46 +03:00
parent db97a03a89
commit 42d6d0d0d6
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -4114,13 +4114,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.9.0") (version "1.11.1")
(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
"0y24bl893zk6nrklbvdrlmpkalf214zjn6k1xrglljd29rrn4wxi")))) "1gqr73i150yzj3mz32854vj93x07yr52kn8fdckwa41ll8wgficc"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs `(("python-setuptools" ,python-setuptools))) (native-inputs `(("python-setuptools" ,python-setuptools)))
(home-page "https://github.com/pypa/setuptools_scm/") (home-page "https://github.com/pypa/setuptools_scm/")