gnu: seer-gdb: Update to 1.16.
* gnu/packages/debug.scm (seer-gdb): New variable.
This commit is contained in:
parent
9a1d8cd652
commit
ff05a38d20
1 changed files with 2 additions and 2 deletions
|
@ -837,7 +837,7 @@ (define-public mspdebug
|
|||
(define-public seer-gdb
|
||||
(package
|
||||
(name "seer-gdb")
|
||||
(version "1.14")
|
||||
(version "1.16")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -846,7 +846,7 @@ (define-public seer-gdb
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"16mz1c58jf1zrgjpxmp58bx8viyidhs1qg0y8ql2f07wgyy6zx33"))))
|
||||
"0jdvyg2jab1pvf36pvkyrfsg2wyy8zp1qx0v2ksclgrnr1hja6k6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Those are strangely manual
|
||||
|
|
Loading…
Reference in a new issue