mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-02 07:05:38 +02:00
updating ansible
This commit is contained in:
parent
e26a88f402
commit
376363faf9
2 changed files with 53 additions and 0 deletions
|
@ -18,3 +18,18 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
|
||||
;(define-public python-3.10
|
||||
; (package
|
||||
; (inherit python-3.9)
|
||||
; (name "python")
|
||||
; (version "3.10.6")
|
||||
; (source
|
||||
; (origin
|
||||
; (method url-fetch)
|
||||
; (uri (string-append "https://www.python.org/ftp/python/" version "/Python-" version ".tar.xz"))
|
||||
; (sha256 (base32 "1wyknqk46ay2k05118isb2jdhj46qaq5325w6dy0qjqxs63zz5gp"))
|
||||
; )
|
||||
; )
|
||||
; )
|
||||
;)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue