gnu: ansible: Update to 4.7.0.
* gnu/packages/admin.scm (ansible): Update to 4.7.0.
This commit is contained in:
		
							parent
							
								
									91bb9cb3a9
								
							
						
					
					
						commit
						4e3ef1d6fd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2653,13 +2653,13 @@ provides the following commands:
 | 
				
			||||||
(define-public ansible
 | 
					(define-public ansible
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ansible")
 | 
					    (name "ansible")
 | 
				
			||||||
    (version "4.4.0")
 | 
					    (version "4.7.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "ansible" version))
 | 
					       (uri (pypi-uri "ansible" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "031n22j0lsmh69x6i6gkva81j68b4yzh1pbg3q2h4bknl85q46ag"))))
 | 
					        (base32 "0aab9id6dqfw2111r731c7y1p77dpzczynmgl4d989p3a7n54z0b"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("ansible-core" ,ansible-core)))
 | 
					     `(("ansible-core" ,ansible-core)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue