gnu: python-3.9: Update to 3.9.9.
* gnu/packages/python.scm (python-3.9): Update to 3.9.9.master
parent
7f8a896c5f
commit
80d8cf6cc6
|
@ -431,7 +431,7 @@ data types.")
|
||||||
(package
|
(package
|
||||||
(inherit python-2)
|
(inherit python-2)
|
||||||
(name "python")
|
(name "python")
|
||||||
(version "3.9.6")
|
(version "3.9.9")
|
||||||
(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/"
|
||||||
|
@ -445,7 +445,7 @@ data types.")
|
||||||
"python-3-no-static-lib.patch"))
|
"python-3-no-static-lib.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12hhw2685i68pwfx5hdkqngzhbji4ccyjmqb5rzvkigg6fpj0y9r"))
|
"09vd7g71i11iz5ydqghwc8kaxr0vgji94hhwwnj77h3kll28r0h6"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue