guix-commits
[Top][All Lists]
Advanced

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

25/42: gnu: emacs-inspector: Update to 0.36.


From: guix-commits
Subject: 25/42: gnu: emacs-inspector: Update to 0.36.
Date: Tue, 3 Oct 2023 16:54:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7e9825300c117576c30c99c11b0f5587efae1447
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:21:13 2023 +0200

    gnu: emacs-inspector: Update to 0.36.
    
    * gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.36.
---
 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 f991a75c37..a3874c2f88 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -765,10 +765,10 @@ configuration language which makes it trivial to write 
your own themes.")
     (license license:gpl3+)))
 
 (define-public emacs-inspector
-  (let ((commit "daff792202d36638033f83902fc0849130270d39")) ;version bump
+  (let ((commit "4e85b25e3e80c9989fcf7f518606837a54d9fab6")) ;version bump
     (package
       (name "emacs-inspector")
-      (version "0.33")
+      (version "0.36")
       (source
        (origin
          (uri (git-reference
@@ -776,7 +776,7 @@ configuration language which makes it trivial to write your 
own themes.")
                (commit commit)))
          (method git-fetch)
          (sha256
-          (base32 "1wak0xd51l9iimvd1j9qg07i4bhn5fl9ncw6b6gg3fh7wk9wwpfy"))
+          (base32 "05bb8ph355x8f46wbahfmg3060r13j31zq930cb1xq8i9nx8j8h4"))
          (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]