mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gdb: Update to 14.2.
* gnu/packages/gdb.scm (gdb-14): Update to 14.2. Change-Id: Iddf941655fe5550f6cd01978fd7998f193957ee1
This commit is contained in:
parent
cd96573b73
commit
f4dcf3018e
1 changed files with 2 additions and 2 deletions
|
@ -148,14 +148,14 @@ (define-public gdb/pinned
|
|||
(define-public gdb-14
|
||||
(package
|
||||
(inherit gdb/pinned)
|
||||
(version "14.1")
|
||||
(version "14.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gdb/gdb-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"106v7rj72km56mb2ssjsyjfix3yn4f3wqr7lpzy52d0lfq9gavfn"))))
|
||||
"0wkprsjyyh204fdjlkaz20k847l88i9y8m9zqsv15vcd3l3dhk9d"))))
|
||||
(properties '())))
|
||||
|
||||
(define-public gdb
|
||||
|
|
Loading…
Reference in a new issue