gnu: ansible: Update to 2.8.0.
* gnu/packages/admin.scm (ansible): Update to 2.8.0.
This commit is contained in:
		
							parent
							
								
									68193087e2
								
							
						
					
					
						commit
						00a206aea6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1734,13 +1734,13 @@ of supported upstream metrics systems simultaneously.")
 | 
				
			||||||
(define-public ansible
 | 
					(define-public ansible
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ansible")
 | 
					    (name "ansible")
 | 
				
			||||||
    (version "2.7.10")
 | 
					    (version "2.8.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "ansible" version))
 | 
					       (uri (pypi-uri "ansible" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "15721d0bxymghxnlnknq43lszlxg3ybbcp2p5v424hhw6wg2v944"))))
 | 
					        (base32 "1bpk5r5x6vdgn839n74yv2chd2ja10yfrhav0fzwa38mi5yxsd3j"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-bcrypt" ,python-bcrypt)
 | 
					     `(("python-bcrypt" ,python-bcrypt)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue