diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-07 22:11:16 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-02 00:38:53 +0200 |
commit | f6e25b3358b8db6c115df9915c989c6afa0c007f (patch) | |
tree | f9db71cc5592cfdbff8daa07bd930d3119481479 /gnu/packages/python.scm | |
parent | 1f62621607fa5fa3914303e793ddb56d7455ac94 (diff) |
gnu: python: Update to 3.7.3.
* gnu/packages/python.scm (python-3.7): Update to 3.7.3.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a26a88e6d9..4fd7948327 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 |