gnu: valgrind: Update to 3.10.1.
* gnu/packages/valgrind.scm (valgrind): Update to 3.10.1.
This commit is contained in:
		
							parent
							
								
									07157e8ab4
								
							
						
					
					
						commit
						43640a33f4
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -1,5 +1,6 @@ | ||||||
| ;;; GNU Guix --- Functional package management for GNU | ;;; GNU Guix --- Functional package management for GNU | ||||||
| ;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> | ;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> | ||||||
|  | ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> | ||||||
| ;;; | ;;; | ||||||
| ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -28,14 +29,14 @@ | ||||||
| (define-public valgrind | (define-public valgrind | ||||||
|   (package |   (package | ||||||
|     (name "valgrind") |     (name "valgrind") | ||||||
|     (version "3.10.0") |     (version "3.10.1") | ||||||
|     (source (origin |     (source (origin | ||||||
|              (method url-fetch) |              (method url-fetch) | ||||||
|              (uri (string-append "http://valgrind.org/downloads/valgrind-" |              (uri (string-append "http://valgrind.org/downloads/valgrind-" | ||||||
|                                  version ".tar.bz2")) |                                  version ".tar.bz2")) | ||||||
|              (sha256 |              (sha256 | ||||||
|               (base32 |               (base32 | ||||||
|                "1jgd42vsx0bcblp91bd61hd5wpy0gghh09wxgm65m666vy17y103")))) |                "15xrzhfnwwn7n1sfbkwvdbvs6zk0zx718n6zd5i1nrnvdp13s9gs")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:phases (alist-cons-after |      '(#:phases (alist-cons-after | ||||||
|  |  | ||||||
		Reference in a new issue