diff options
author | Chris Marusich <cmmarusich@gmail.com> | 2021-06-23 20:55:45 -0700 |
---|---|---|
committer | Chris Marusich <cmmarusich@gmail.com> | 2021-06-23 20:59:05 -0700 |
commit | 50fed5b52260bce2040a545facb2cba8b5977e90 (patch) | |
tree | 5cb245d7a5090b20f9529b4fab14be939b0819cf /gnu | |
parent | e4b5a23841bc6a92e2e21dd8b1038addee55eb02 (diff) | |
download | guix-50fed5b52260bce2040a545facb2cba8b5977e90.tar.gz guix-50fed5b52260bce2040a545facb2cba8b5977e90.zip |
gnu: valgrind: Update to 3.17.0.
* gnu/packages/valgrind.scm (valgrind): Update to 3.17.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/valgrind.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm index 4036bd461b..e90142b6a7 100644 --- a/gnu/packages/valgrind.scm +++ b/gnu/packages/valgrind.scm @@ -35,7 +35,7 @@ (name "valgrind") ;; 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") + (version "3.17.0") (source (origin (method url-fetch) (uri (list (string-append "https://sourceware.org/pub/valgrind" @@ -44,7 +44,7 @@ "/valgrind-" version ".tar.bz2"))) (sha256 (base32 - "1jik19rcd34ip8a5c9nv5wfj8k8maqb8cyclr4xhznq2gcpkl7y9")) + "18l5jbk301j3462gipqn9bkfx44mdmwn0pwr73r40gl1irkfqfmd")) (patches (search-patches "valgrind-enable-arm.patch")))) (build-system gnu-build-system) (outputs '("doc" ;16 MB |