gnu: valgrind: Update to 3.17.0.
* gnu/packages/valgrind.scm (valgrind): Update to 3.17.0.
This commit is contained in:
		
							parent
							
								
									e4b5a23841
								
							
						
					
					
						commit
						50fed5b522
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -35,7 +35,7 @@ | |||
|     (name "valgrind") | ||||
|     ;; Note: check "guix refresh -l -e '(@ (gnu packages valgrind) valgrind)'" | ||||
|     ;; when updating this package to find which branch it should go to. | ||||
|     (version "3.16.1") | ||||
|     (version "3.17.0") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (list (string-append "https://sourceware.org/pub/valgrind" | ||||
|  | @ -44,7 +44,7 @@ | |||
|                                         "/valgrind-" version ".tar.bz2"))) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1jik19rcd34ip8a5c9nv5wfj8k8maqb8cyclr4xhznq2gcpkl7y9")) | ||||
|                 "18l5jbk301j3462gipqn9bkfx44mdmwn0pwr73r40gl1irkfqfmd")) | ||||
|               (patches (search-patches "valgrind-enable-arm.patch")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (outputs '("doc"                              ;16 MB | ||||
|  |  | |||
		Reference in a new issue