[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/17: gnu: python: Update to 3.7.3.
From: |
guix-commits |
Subject: |
11/17: gnu: python: Update to 3.7.3. |
Date: |
Wed, 1 May 2019 18:40:33 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit f6e25b3358b8db6c115df9915c989c6afa0c007f
Author: Marius Bakke <address@hidden>
Date: Sun Apr 7 22:11:16 2019 +0200
gnu: python: Update to 3.7.3.
* gnu/packages/python.scm (python-3.7): Update to 3.7.3.
---
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 a26a88e..4fd7948 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -317,7 +317,7 @@ data types.")
(define-public python-3.7
(package (inherit python-2)
(name "python")
- (version "3.7.2")
+ (version "3.7.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/"
@@ -328,7 +328,7 @@ data types.")
"python-3-search-paths.patch"))
(sha256
(base32
- "1fzi9d2gibh0wzwidyckzbywsxcsbckgsl05ryxlifxia77fhgyq"))
+ "066ka8csjwkycqpgyv424d8hhqhfd7r6svsp4sfcvkylci0baq6s"))
(modules '((guix build utils)))
(snippet
'(begin
- branch core-updates updated (2ca3fdc -> 123bba7), guix-commits, 2019/05/01
- 05/17: gnu: openjpeg: Don't build 'libopenjp2.a'., guix-commits, 2019/05/01
- 04/17: gnu: openjpeg: Incorporate grafted changes., guix-commits, 2019/05/01
- 09/17: gnu: jemalloc: Update to 5.2.0., guix-commits, 2019/05/01
- 07/17: gnu: curl: Update to 7.64.1., guix-commits, 2019/05/01
- 03/17: gnu: lcms: Incorporate grafted changes., guix-commits, 2019/05/01
- 06/17: gnu: libpng: Remove graft for 1.6.37., guix-commits, 2019/05/01
- 15/17: gnu: boost: Update to 1.70.0., guix-commits, 2019/05/01
- 11/17: gnu: python: Update to 3.7.3.,
guix-commits <=
- 17/17: gnu: python-hypothesis: Update to 4.18.3., guix-commits, 2019/05/01
- 08/17: gnu: harfbuzz: Update to 2.4.0., guix-commits, 2019/05/01
- 13/17: gnu: util-linux: Update to 2.33.2., guix-commits, 2019/05/01
- 10/17: gnu: python-more-itertools: Update to 7.0.0., guix-commits, 2019/05/01
- 12/17: gnu: pixman: Update to 0.38.4., guix-commits, 2019/05/01
- 14/17: gnu: libuv: Update to 1.28.0., guix-commits, 2019/05/01
- 16/17: gnu: python-pytest: Update to 4.4.1., guix-commits, 2019/05/01
- 01/17: Merge branch 'master' into core-updates, guix-commits, 2019/05/01
- 02/17: gnu: texlive-bin: Adapt to Poppler 0.75., guix-commits, 2019/05/01