mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
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:
parent
e0a5693533
commit
0075e2e265
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue