mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: seer-gdb: Update to 1.14.
* gnu/packages/debug.scm (seer-gdb): Update to 1.14.
This commit is contained in:
parent
301f128326
commit
d081dd1ca1
1 changed files with 2 additions and 2 deletions
|
@ -834,7 +834,7 @@ (define-public mspdebug
|
|||
(define-public seer-gdb
|
||||
(package
|
||||
(name "seer-gdb")
|
||||
(version "1.11")
|
||||
(version "1.14")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -843,7 +843,7 @@ (define-public seer-gdb
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0778573rixhdanmzp4slghpwgv7pm08n7cpa24rm3wrvs77ic3kb"))))
|
||||
"16mz1c58jf1zrgjpxmp58bx8viyidhs1qg0y8ql2f07wgyy6zx33"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Those are strangely manual
|
||||
|
|
Loading…
Reference in a new issue