guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: valgrind: Update to 3.16.1.


From: guix-commits
Subject: 06/06: gnu: valgrind: Update to 3.16.1.
Date: Sat, 27 Jun 2020 06:56:01 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 25ceae92ea6cddd2306fab9847ba091c17a0ae69
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 12:51:34 2020 +0200

    gnu: valgrind: Update to 3.16.1.
    
    * gnu/packages/valgrind.scm (valgrind): Update to 3.16.1.
---
 gnu/packages/valgrind.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index c0ea891..4036bd4 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -33,7 +33,9 @@
 (define-public valgrind
   (package
     (name "valgrind")
-    (version "3.15.0")
+    ;; 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")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://sourceware.org/pub/valgrind";
@@ -42,7 +44,7 @@
                                         "/valgrind-" version ".tar.bz2")))
               (sha256
                (base32
-                "1ccawxrni8brcvwhygy12iprkvz409hbr9xkk1bd03gnm2fplz21"))
+                "1jik19rcd34ip8a5c9nv5wfj8k8maqb8cyclr4xhznq2gcpkl7y9"))
               (patches (search-patches "valgrind-enable-arm.patch"))))
     (build-system gnu-build-system)
     (outputs '("doc"                              ;16 MB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]