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

* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.4.3.
This commit is contained in:
Marius Bakke 2020-01-24 00:04:00 +01:00
parent e0a5693533
commit 0075e2e265
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4929,13 +4929,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 "3.3.3") (version "3.4.3")
(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
"19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx")))) "083k93wi7mrmp1cn28hcbnr6sivbgls0y7zz2m5qzn1wg04a3f16"))))
(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")