mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: valgrind: Update to 3.26.0.
* gnu/packages/valgrind.scm (valgrind): Update to 3.26.0. Change-Id: I3d64a350a37cf89f0a402239b0837bc2ca5bdd2a
This commit is contained in:
parent
7cb5793ed7
commit
e2c9828d4d
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ also use Valgrind to build new tools.")
|
|||
(define-public valgrind
|
||||
(package
|
||||
(inherit valgrind/pinned)
|
||||
(version "3.25.0")
|
||||
(version "3.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://sourceware.org/pub/valgrind"
|
||||
|
|
@ -105,7 +105,7 @@ also use Valgrind to build new tools.")
|
|||
"/valgrind-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1k3fb1vyx1b3vvwyql0ckg9n2lyw9dilbrhw1kcw0r3b3lln0pr9"))))))
|
||||
"1mvbc6x0w6blkv8wn5fh7pcm6bk9p4m81bxd99jg21li08bwfm4d"))))))
|
||||
|
||||
(define-public valgrind/interactive
|
||||
(package/inherit valgrind
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue