GNU bug report logs -
#25808
Updating alot (and other collateral updates)
Previous Next
Reported by: Troy Sankey <sankeytms <at> gmail.com>
Date: Mon, 20 Feb 2017 06:38:03 UTC
Severity: normal
Tags: moreinfo
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 25808 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.0.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4e87e3867..5e2da0b27 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4588,13 +4588,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.11.1")
+ (version "1.15.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "setuptools_scm" version))
(sha256
(base32
- "1gqr73i150yzj3mz32854vj93x07yr52kn8fdckwa41ll8wgficc"))))
+ "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs"))))
(build-system python-build-system)
(home-page "https://github.com/pypa/setuptools_scm/")
(synopsis "Manage Python package versions in SCM metadata")
--
2.11.1
This bug report was last modified 7 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.