mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: valgrind: Add version 3.20.0.
* gnu/packages/valgrind.scm (valgrind-3.18): Remove. (valgrind-3.20): New variable.
This commit is contained in:
parent
c6cb7243fb
commit
1fdb3f98a6
1 changed files with 5 additions and 3 deletions
|
@ -149,10 +149,10 @@ (define libc-debug
|
|||
1))))))))))
|
||||
(properties '())))
|
||||
|
||||
(define-public valgrind-3.18
|
||||
(define-public valgrind-3.20
|
||||
(package
|
||||
(inherit valgrind/interactive)
|
||||
(version "3.18.1")
|
||||
(version "3.20.0")
|
||||
(source (origin
|
||||
(inherit (package-source valgrind/interactive))
|
||||
(uri (list (string-append "https://sourceware.org/pub/valgrind"
|
||||
|
@ -161,4 +161,6 @@ (define-public valgrind-3.18
|
|||
"/valgrind-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1xgph509i6adv9w2glviw3xrmlz0dssg8992hbvxsbkp7ahrm180"))))))
|
||||
"1ipkp6yi202pml2r0qwflysmq86dkqd8iyi1y51d6y70vcqw0dl5"))
|
||||
(patches (search-patches
|
||||
"valgrind-fix-default-debuginfo-path.patch"))))))
|
||||
|
|
Loading…
Reference in a new issue