diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-07-31 00:12:38 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-19 00:16:50 +0200 |
commit | cf659519c940aab133d65adf1e385d2b48cc7dec (patch) | |
tree | ba780aa0135182b0e4fe0bf453b7fae63a833055 /gnu/packages/python.scm | |
parent | 92b2101a56c422f58ee1870466449609cc0e1ee2 (diff) | |
download | patches-cf659519c940aab133d65adf1e385d2b48cc7dec.tar patches-cf659519c940aab133d65adf1e385d2b48cc7dec.tar.gz |
gnu: python-setuptools-scm: Update to 1.15.6.
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.6.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 30b23c4ae2..d65bd79876 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5443,13 +5443,13 @@ child application and control it as if a human were typing commands.") (define-public python-setuptools-scm (package (name "python-setuptools-scm") - (version "1.15.0") + (version "1.15.6") (source (origin (method url-fetch) (uri (pypi-uri "setuptools_scm" version)) (sha256 (base32 - "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs")))) + "0pzvfmx8s20yrgkgwfbxaspz2x1g38qv61jpm0ns91lrb22ldas9")))) (build-system python-build-system) (home-page "https://github.com/pypa/setuptools_scm/") (synopsis "Manage Python package versions in SCM metadata") |