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 @@ engineering.")
|
||||||
(define-public seer-gdb
|
(define-public seer-gdb
|
||||||
(package
|
(package
|
||||||
(name "seer-gdb")
|
(name "seer-gdb")
|
||||||
(version "1.14")
|
(version "1.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -846,7 +846,7 @@ engineering.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16mz1c58jf1zrgjpxmp58bx8viyidhs1qg0y8ql2f07wgyy6zx33"))))
|
"0jdvyg2jab1pvf36pvkyrfsg2wyy8zp1qx0v2ksclgrnr1hja6k6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Those are strangely manual
|
`(#:tests? #f ; Those are strangely manual
|
||||||
|
|
Reference in a new issue