mbakke pushed a commit to branch core-updates
in repository guix.
commit 0075e2e2655c9fa1f2b4a3e696199d79fde2c901
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Jan 24 00:04:00 2020 +0100
gnu: python-setuptools-scm: Update to 3.4.3.
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.4.3.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 15f8fb2..6cf6cb3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4929,13 +4929,13 @@ child application and control it as if a human were
typing commands.")
(define-public python-setuptools-scm
(package
(name "python-setuptools-scm")
- (version "3.3.3")
+ (version "3.4.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "setuptools_scm" version))
(sha256
(base32
- "19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx"))))
+ "083k93wi7mrmp1cn28hcbnr6sivbgls0y7zz2m5qzn1wg04a3f16"))))
(build-system python-build-system)
(home-page "https://github.com/pypa/setuptools_scm/")
(synopsis "Manage Python package versions in SCM metadata")