guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: seer-gdb: Update to 1.14.


From: guix-commits
Subject: branch master updated: gnu: seer-gdb: Update to 1.14.
Date: Thu, 02 Feb 2023 15:50:59 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d081dd1ca1 gnu: seer-gdb: Update to 1.14.
d081dd1ca1 is described below

commit d081dd1ca1f43fb8a1cccadb31e684ecdcb5aa29
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Feb 2 21:49:29 2023 +0100

    gnu: seer-gdb: Update to 1.14.
    
    * gnu/packages/debug.scm (seer-gdb): Update to 1.14.
---
 gnu/packages/debug.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]