gnu: python: Update to 3.7.3.

* gnu/packages/python.scm (python-3.7): Update to 3.7.3.
This commit is contained in:
Marius Bakke 2019-04-07 22:11:16 +02:00
parent 1f62621607
commit f6e25b3358
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ data types.")
(define-public python-3.7 (define-public python-3.7
(package (inherit python-2) (package (inherit python-2)
(name "python") (name "python")
(version "3.7.2") (version "3.7.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/" (uri (string-append "https://www.python.org/ftp/python/"
@ -328,7 +328,7 @@ data types.")
"python-3-search-paths.patch")) "python-3-search-paths.patch"))
(sha256 (sha256
(base32 (base32
"1fzi9d2gibh0wzwidyckzbywsxcsbckgsl05ryxlifxia77fhgyq")) "066ka8csjwkycqpgyv424d8hhqhfd7r6svsp4sfcvkylci0baq6s"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin