guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-inspector: Update to 0.15.


From: guix-commits
Subject: 03/03: gnu: emacs-inspector: Update to 0.15.
Date: Sat, 28 Jan 2023 05:02:54 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 019cdc9721d8b4222e08302f2e8788c59b8db205
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 28 11:00:26 2023 +0100

    gnu: emacs-inspector: Update to 0.15.
    
    * gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.15.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6b8d343873..10a0fbe8b0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -562,10 +562,10 @@ configuration language which makes it trivial to write 
your own themes.")
       (license license:gpl3+))))
 
 (define-public emacs-inspector
-  (let ((commit "d31d2afc1502ac3f56d06d8342139f94f3131f0d")) ;version bump
+  (let ((commit "cab7ea001baa54eff6393f171e9ef1f69258d5ac")) ;version bump
     (package
       (name "emacs-inspector")
-      (version "0.14")
+      (version "0.15")
       (source
        (origin
          (uri (git-reference
@@ -573,7 +573,7 @@ configuration language which makes it trivial to write your 
own themes.")
                (commit commit)))
          (method git-fetch)
          (sha256
-          (base32 "10danyq0fhbai2yxpml1s060d1ra39dk1vr9qid93hv44slzysai"))
+          (base32 "00gh9s3868w0zbhcsqsvq5wqgcfpa4j7sxqwzxcxb51cmrnhp30l"))
          (file-name (git-file-name name version))))
       (build-system emacs-build-system)
       (arguments



reply via email to

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