guix-commits
[Top][All Lists]
Advanced

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

20/38: gnu: emacs-inspector: Update to 0.30.


From: guix-commits
Subject: 20/38: gnu: emacs-inspector: Update to 0.30.
Date: Sun, 21 May 2023 08:55:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit de66238cb01bc938ad26101e2a7bd27e26ba9e54
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 14:11:32 2023 +0200

    gnu: emacs-inspector: Update to 0.30.
    
    * gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.30.
---
 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 1fa98f4c2f..46e2630da3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -738,10 +738,10 @@ configuration language which makes it trivial to write 
your own themes.")
     (license license:gpl3+)))
 
 (define-public emacs-inspector
-  (let ((commit "c328475aa433a39dd08702ff7daf5941a3a3efde")) ;version bump
+  (let ((commit "f06e3490cb3fba9335dfca9022d3cc8babaa8654")) ;version bump
     (package
       (name "emacs-inspector")
-      (version "0.29")
+      (version "0.30")
       (source
        (origin
          (uri (git-reference
@@ -749,7 +749,7 @@ configuration language which makes it trivial to write your 
own themes.")
                (commit commit)))
          (method git-fetch)
          (sha256
-          (base32 "0c9r8gk3ivrd9lpzjnf254ymmfnh4jnr1dcsbr0zmxrrpfsq3mym"))
+          (base32 "08pxcjbarl9d0hrapspw38axg64m8a518wgxh19nbpik7sm3fzxd"))
          (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]