me
/
guix
Archived
1
0
Fork 0

gnu: ansible: Update to 2.9.11.

* gnu/packages/admin.scm (ansible): Update to 2.9.11.
master
Tobias Geerinckx-Rice 2020-07-23 04:53:06 +02:00
parent 56d1ab2537
commit 4f204533b7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2165,13 +2165,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
(version "2.9.10")
(version "2.9.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32 "1kfaxd7w8qiis2vv96kgrhiqh158qb0z4lspr9c8fsdi5m1z2rh8"))))
(base32 "1c9ayh61qwasgncmlw7rjx5r4g5n2cpg1d5blgn53zg7xhrx1yc8"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)