mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Python: Update to 3.9.13.
* gnu/packages/python.scm (python-3.9): Update to 3.9.13.
This commit is contained in:
parent
5e68c8a6d1
commit
138115b012
1 changed files with 2 additions and 2 deletions
|
@ -423,7 +423,7 @@ (define-public python-3.9
|
|||
(package
|
||||
(inherit python-2)
|
||||
(name "python")
|
||||
(version "3.9.9")
|
||||
(version "3.9.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.python.org/ftp/python/"
|
||||
|
@ -437,7 +437,7 @@ (define-public python-3.9
|
|||
"python-3-no-static-lib.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"09vd7g71i11iz5ydqghwc8kaxr0vgji94hhwwnj77h3kll28r0h6"))
|
||||
"03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue