[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/51: gnu: python-configparser: Update to 4.0.2.
From: |
guix-commits |
Subject: |
10/51: gnu: python-configparser: Update to 4.0.2. |
Date: |
Fri, 24 Jan 2020 14:48:09 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit c6bc3529a507a45637c4a061dfdb00b619e5f4f0
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 21:32:16 2020 +0100
gnu: python-configparser: Update to 4.0.2.
* gnu/packages/python-xyz.scm (python-configparser): Update to 4.0.2.
[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
---
gnu/packages/python-xyz.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 95054f7..7296b9b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12719,14 +12719,16 @@ of @code{functools.lru_cache} from python 3.3.")
(define-public python-configparser
(package
(name "python-configparser")
- (version "3.7.1")
+ (version "4.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "configparser" version))
(sha256
(base32
- "0cnz213il9lhgda6x70fw7mfqr8da43s3wm343lwzhqx94mgmmav"))))
+ "1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7"))))
+ (native-inputs
+ `(("python-setuptools_scm" ,python-setuptools-scm)))
(build-system python-build-system)
(home-page "https://github.com/jaraco/configparser/")
(synopsis "Backport of configparser from python 3.5")
- branch core-updates updated (3440fec -> 8c81210), guix-commits, 2020/01/24
- 01/51: gnu: gobject-introspection: Update to 1.62.0., guix-commits, 2020/01/24
- 06/51: gnu: python-coverage: Update to 5.0.3., guix-commits, 2020/01/24
- 04/51: gnu: fontforge: Fix build with Python 3.8., guix-commits, 2020/01/24
- 17/51: gnu: python-sortedcontainers: Add python2 variant., guix-commits, 2020/01/24
- 13/51: gnu: python-flake8: Update to 3.7.9., guix-commits, 2020/01/24
- 10/51: gnu: python-configparser: Update to 4.0.2.,
guix-commits <=
- 12/51: gnu: python2-pathlib2: Update to 2.3.5., guix-commits, 2020/01/24
- 28/51: gnu: python-pytest-cov: Update to 2.8.1., guix-commits, 2020/01/24
- 03/51: gnu: boost: Fix build with Python 3.8., guix-commits, 2020/01/24
- 11/51: gnu: python-six: Update to 1.13.0., guix-commits, 2020/01/24
- 07/51: gnu: python-setuptools-scm: Update to 3.3.3., guix-commits, 2020/01/24
- 05/51: gnu: python-scandir: Update to 1.10.0., guix-commits, 2020/01/24
- 09/51: gnu: python-typing: Update to 3.7.4.1., guix-commits, 2020/01/24
- 02/51: gnu: Python: Update to 3.8.1., guix-commits, 2020/01/24
- 19/51: gnu: python-attrs: Update to 19.3.0., guix-commits, 2020/01/24
- 18/51: gnu: python-pyparsing: Update to 2.4.6., guix-commits, 2020/01/24