mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-02 07:05:38 +02:00
adding ipmitool patch to test compilation
This commit is contained in:
parent
fe0b084b4f
commit
7801c9bfb7
2 changed files with 26 additions and 4 deletions
|
@ -4,16 +4,16 @@
|
|||
#:use-module ((gnu packages python) #:prefix gnu:)
|
||||
)
|
||||
|
||||
(define-public python-3.10
|
||||
(define-public python-3.9
|
||||
(package
|
||||
(inherit gnu:python-3)
|
||||
(inherit gnu:python-3.9)
|
||||
(name "python")
|
||||
(version "3.10.5")
|
||||
(version "3.9.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.python.org/ftp/python/" version "/Python-" version ".tar.xz"))
|
||||
(sha256 (base32 "11j4nzbnhbif9pg2m8l67akj0lb2h3c27gxzm9shmvq6n7ayydw4"))
|
||||
(sha256 (base32 "03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue