mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: python-setuptools-scm: Update to 1.15.6.
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.6.
This commit is contained in:
parent
92b2101a56
commit
cf659519c9
1 changed files with 2 additions and 2 deletions
|
@ -5443,13 +5443,13 @@ (define-public python2-pexpect
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue