gnu: valgrind: Update to 3.16.1.
* gnu/packages/valgrind.scm (valgrind): Update to 3.16.1.
This commit is contained in:
		
							parent
							
								
									c007d86868
								
							
						
					
					
						commit
						25ceae92ea
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -33,7 +33,9 @@ | ||||||
| (define-public valgrind | (define-public valgrind | ||||||
|   (package |   (package | ||||||
|     (name "valgrind") |     (name "valgrind") | ||||||
|     (version "3.15.0") |     ;; 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") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (list (string-append "https://sourceware.org/pub/valgrind" |               (uri (list (string-append "https://sourceware.org/pub/valgrind" | ||||||
|  | @ -42,7 +44,7 @@ | ||||||
|                                         "/valgrind-" version ".tar.bz2"))) |                                         "/valgrind-" version ".tar.bz2"))) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1ccawxrni8brcvwhygy12iprkvz409hbr9xkk1bd03gnm2fplz21")) |                 "1jik19rcd34ip8a5c9nv5wfj8k8maqb8cyclr4xhznq2gcpkl7y9")) | ||||||
|               (patches (search-patches "valgrind-enable-arm.patch")))) |               (patches (search-patches "valgrind-enable-arm.patch")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (outputs '("doc"                              ;16 MB |     (outputs '("doc"                              ;16 MB | ||||||
|  |  | ||||||
		Reference in a new issue