diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-20 03:31:23 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:28 +0200 |
commit | b3751f9cea64ddb52d3d1c97ea62369967497469 (patch) | |
tree | fbca31e7a73fd97a240aa666c7fdb59f9043008d | |
parent | 67a7da1f31d5a900802e11537876f2d75a2d3f87 (diff) | |
download | guix-b3751f9cea64ddb52d3d1c97ea62369967497469.tar guix-b3751f9cea64ddb52d3d1c97ea62369967497469.tar.gz |
gnu: python-setuptools-scm: Update to 3.1.0.
* gnu/packages/python.scm (python-setuptools-scm): Update to 3.1.0.
-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 1c74f4e0a7..e2406dfc3f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -4414,13 +4414,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.6") + (version "3.1.0") (source (origin (method url-fetch) (uri (pypi-uri "setuptools_scm" version)) (sha256 (base32 - "0pzvfmx8s20yrgkgwfbxaspz2x1g38qv61jpm0ns91lrb22ldas9")))) + "0h4bglwfz8b9prqljv8z3w9rgydfyxzaj05bm1y6zs5m6shz548i")))) (build-system python-build-system) (home-page "https://github.com/pypa/setuptools_scm/") (synopsis "Manage Python package versions in SCM metadata") |