guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: valgrind: Update to 3.17.0.


From: guix-commits
Subject: branch core-updates updated: gnu: valgrind: Update to 3.17.0.
Date: Thu, 24 Jun 2021 23:38:25 -0400

This is an automated email from the git hooks/post-receive script.

marusich pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 50fed5b  gnu: valgrind: Update to 3.17.0.
50fed5b is described below

commit 50fed5b52260bce2040a545facb2cba8b5977e90
Author: Chris Marusich <cmmarusich@gmail.com>
AuthorDate: Wed Jun 23 20:55:45 2021 -0700

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

diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index 4036bd4..e90142b 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



reply via email to

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