updating ansible

This commit is contained in:
Jean-François GUILLAUME 2022-09-01 11:08:00 +02:00
parent e26a88f402
commit 376363faf9
GPG key ID: 38751DAE145EFB5A
2 changed files with 53 additions and 0 deletions

View file

@ -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"))
; )
; )
; )
;)