me
/
guix
Archived
1
0
Fork 0

gnu: valgrind: Add version 3.20.0.

* gnu/packages/valgrind.scm (valgrind-3.18): Remove.
(valgrind-3.20): New variable.
master
Ludovic Courtès 2022-11-11 22:58:53 +01:00
parent c6cb7243fb
commit 1fdb3f98a6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 3 deletions

View File

@ -149,10 +149,10 @@ also use Valgrind to build new tools.")
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 @@ also use Valgrind to build new tools.")
"/valgrind-" version ".tar.bz2")))
(sha256
(base32
"1xgph509i6adv9w2glviw3xrmlz0dssg8992hbvxsbkp7ahrm180"))))))
"1ipkp6yi202pml2r0qwflysmq86dkqd8iyi1y51d6y70vcqw0dl5"))
(patches (search-patches
"valgrind-fix-default-debuginfo-path.patch"))))))