mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Python: Update to 3.9.6.
* gnu/packages/python.scm (python-3.9): Update to 3.9.6.
This commit is contained in:
parent
5086a28b3b
commit
6520aeae30
1 changed files with 2 additions and 2 deletions
|
@ -435,7 +435,7 @@ (define-public python-3.9
|
|||
(package
|
||||
(inherit python-2)
|
||||
(name "python")
|
||||
(version "3.9.5")
|
||||
(version "3.9.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.python.org/ftp/python/"
|
||||
|
@ -449,7 +449,7 @@ (define-public python-3.9
|
|||
"python-3-no-static-lib.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"10vdf46q5ldnzkprm8pldvr5a9hrdpxjv7mpzgdw6vj3cl318nhc"))
|
||||
"12hhw2685i68pwfx5hdkqngzhbji4ccyjmqb5rzvkigg6fpj0y9r"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue