guix-commits
[Top][All Lists]
Advanced

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

28/44: gnu: emacs-inspector: Update to 0.33.


From: guix-commits
Subject: 28/44: gnu: emacs-inspector: Update to 0.33.
Date: Fri, 1 Sep 2023 16:23:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 361e015c75938d553e1bdb609a79c057b779b37f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:52:46 2023 +0200

    gnu: emacs-inspector: Update to 0.33.
    
    * gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.33.
---
 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 2306c6928b..50b2264e0b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -742,10 +742,10 @@ configuration language which makes it trivial to write 
your own themes.")
     (license license:gpl3+)))
 
 (define-public emacs-inspector
-  (let ((commit "baa486ac2e4faed9a362322c0b2914d6f0c59ede")) ;version bump
+  (let ((commit "daff792202d36638033f83902fc0849130270d39")) ;version bump
     (package
       (name "emacs-inspector")
-      (version "0.31")
+      (version "0.33")
       (source
        (origin
          (uri (git-reference
@@ -753,7 +753,7 @@ configuration language which makes it trivial to write your 
own themes.")
                (commit commit)))
          (method git-fetch)
          (sha256
-          (base32 "0xdgbs8kmsq1m9h9ykjkdvfn0xqf9gmhckr00lq8dxm0gab7x961"))
+          (base32 "1wak0xd51l9iimvd1j9qg07i4bhn5fl9ncw6b6gg3fh7wk9wwpfy"))
          (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]