mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Python: Update to 3.9.5.
* gnu/packages/python.scm (python-3.9): Update to 3.9.5.
This commit is contained in:
parent
cbc40ffa89
commit
f4ec575a1d
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ data types.")
|
||||||
(package
|
(package
|
||||||
(inherit python-2)
|
(inherit python-2)
|
||||||
(name "python")
|
(name "python")
|
||||||
(version "3.9.1")
|
(version "3.9.5")
|
||||||
(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/"
|
||||||
|
@ -407,7 +407,7 @@ data types.")
|
||||||
"python-3-search-paths.patch"))
|
"python-3-search-paths.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zq3k4ymify5ig739zyvx9s2ainvchxb1zpy139z74krr653y74r"))
|
"10vdf46q5ldnzkprm8pldvr5a9hrdpxjv7mpzgdw6vj3cl318nhc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue