gnu: valgrind: Update to 3.11.0.

* gnu/packages/valgrind.scm (valgrind): Update to 3.11.0.
  [source]: Remove the patches
* gnu/packages/patches/valgrind-glibc-2.22.patch,
  gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Unregister the patches.
This commit is contained in:
Andreas Enge 2015-10-02 20:26:45 +02:00
parent 127cbd85c0
commit 2f8fee0623
4 changed files with 2 additions and 63 deletions

View file

@ -30,16 +30,14 @@
(define-public valgrind
(package
(name "valgrind")
(version "3.10.1")
(version "3.11.0")
(source (origin
(method url-fetch)
(uri (string-append "http://valgrind.org/downloads/valgrind-"
version ".tar.bz2"))
(sha256
(base32
"15xrzhfnwwn7n1sfbkwvdbvs6zk0zx718n6zd5i1nrnvdp13s9gs"))
(patches (map search-patch '("valgrind-glibc-2.22.patch"
"valgrind-linux-libre-4.x.patch")))))
"0hiv871b9bk689mv42mkhp76za78l5773glszfkdbpf1m1qn4fbc"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-cons-after