~ruther/guix-local

cf659519c940aab133d65adf1e385d2b48cc7dec — Marius Bakke 8 years ago 92b2101
gnu: python-setuptools-scm: Update to 1.15.6.

* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.6.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 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")