[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/29: gnu: python-setuptools-scm: Update to 3.2.0.
From: |
guix-commits |
Subject: |
05/29: gnu: python-setuptools-scm: Update to 3.2.0. |
Date: |
Sat, 9 Feb 2019 15:55:21 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 850926439fb3d853c7f50d8be9580b1599ad47c3
Author: Marius Bakke <address@hidden>
Date: Fri Feb 8 16:12:39 2019 +0100
gnu: python-setuptools-scm: Update to 3.2.0.
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.2.0.
---
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 afffdb7..38241c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4263,13 +4263,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.1.0")
+ (version "3.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "setuptools_scm" version))
(sha256
(base32
- "0h4bglwfz8b9prqljv8z3w9rgydfyxzaj05bm1y6zs5m6shz548i"))))
+ "0n3knn3p1sqlx31k2lahn7z9bacvlv8nhlfidj77vz50bxqlgasj"))))
(build-system python-build-system)
(home-page "https://github.com/pypa/setuptools_scm/")
(synopsis "Manage Python package versions in SCM metadata")
- branch core-updates updated (ebbb728 -> 0bba8a5), guix-commits, 2019/02/09
- 01/29: gnu: sqlite: Update to 3.27.1., guix-commits, 2019/02/09
- 02/29: gnu: sqlite: Enable FTS3 support., guix-commits, 2019/02/09
- 10/29: gnu: python-atomicwrites: Update to 1.3.0., guix-commits, 2019/02/09
- 12/29: gnu: python2-pathlib2: Update to 2.3.3., guix-commits, 2019/02/09
- 04/29: gnu: python-py: Update to 1.7.0., guix-commits, 2019/02/09
- 05/29: gnu: python-setuptools-scm: Update to 3.2.0.,
guix-commits <=
- 06/29: gnu: python-hypothesis: Update to 4.5.3., guix-commits, 2019/02/09
- 09/29: gnu: python-coverage: Update to 4.5.2., guix-commits, 2019/02/09
- 11/29: gnu: python-pluggy: Update to 0.8.1., guix-commits, 2019/02/09
- 03/29: gnu: Tcl/Tk: Update to 8.6.9., guix-commits, 2019/02/09
- 14/29: gnu: python-more-itertools: Update to 5.0.0., guix-commits, 2019/02/09
- 15/29: gnu: python-setuptools: Update to 40.8.0., guix-commits, 2019/02/09
- 17/29: gnu: python-fonttools: Update to 3.37.3., guix-commits, 2019/02/09
- 16/29: gnu: python-freezegun: Update to 0.3.11., guix-commits, 2019/02/09
- 18/29: gnu: python-packaging: Update to 19.0., guix-commits, 2019/02/09
- 23/29: gnu: cmake: Try CPATH and C_INCLUDE_PATH when finding system libraries., guix-commits, 2019/02/09