summary refs log tree commit diff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2023-02-02 21:49:29 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2023-02-02 21:49:48 +0100
commitd081dd1ca1f43fb8a1cccadb31e684ecdcb5aa29 (patch)
tree9d55ca006c04ac78338ec7e5f6aa04b27b25c592
parent301f12832601eef6b130f3946d9d597ae43a514a (diff)
downloadguix-d081dd1ca1f43fb8a1cccadb31e684ecdcb5aa29.tar.gz
gnu: seer-gdb: Update to 1.14.
* gnu/packages/debug.scm (seer-gdb): Update to 1.14.
-rw-r--r--gnu/packages/debug.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 1c4f570fe4..22b3cd862d 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -834,7 +834,7 @@ engineering.")
 (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 @@ engineering.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0778573rixhdanmzp4slghpwgv7pm08n7cpa24rm3wrvs77ic3kb"))))
+                "16mz1c58jf1zrgjpxmp58bx8viyidhs1qg0y8ql2f07wgyy6zx33"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; Those are strangely manual