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

* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 5.0.1.
This commit is contained in:
Nicolas Goaziou 2021-01-26 19:10:05 +01:00
parent af3b67a28b
commit 3fe6281004
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6444,13 +6444,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.4.3") (version "5.0.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
"083k93wi7mrmp1cn28hcbnr6sivbgls0y7zz2m5qzn1wg04a3f16")))) "0ahlrxxkx2xhmxskx57gc96w3bdndflxx30304ihvm7ds136nny8"))))
(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")