[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: emacs-inspector: Update to 0.29.
From: |
guix-commits |
Subject: |
07/14: gnu: emacs-inspector: Update to 0.29. |
Date: |
Wed, 3 May 2023 07:25:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d51082e8a5cb1fba2bcfb2e71439edf5ee1b2788
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 3 09:56:29 2023 +0200
gnu: emacs-inspector: Update to 0.29.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.29.
---
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 aaba034d89..bc0bb31b08 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -734,10 +734,10 @@ configuration language which makes it trivial to write
your own themes.")
(license license:gpl3+)))
(define-public emacs-inspector
- (let ((commit "0b2cf2f00a827f06bda717da8250eafec4108fb3")) ;version bump
+ (let ((commit "c328475aa433a39dd08702ff7daf5941a3a3efde")) ;version bump
(package
(name "emacs-inspector")
- (version "0.28")
+ (version "0.29")
(source
(origin
(uri (git-reference
@@ -745,7 +745,7 @@ configuration language which makes it trivial to write your
own themes.")
(commit commit)))
(method git-fetch)
(sha256
- (base32 "1l5dwcacz9y3qrsg8xjycr835vjjfssbzzx2nns91hyssb10hmkx"))
+ (base32 "0c9r8gk3ivrd9lpzjnf254ymmfnh4jnr1dcsbr0zmxrrpfsq3mym"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
- 03/14: gnu: emacs-tldr: Improve package style., (continued)
- 03/14: gnu: emacs-tldr: Improve package style., guix-commits, 2023/05/03
- 04/14: gnu: emacs-eglot: Update to 1.15., guix-commits, 2023/05/03
- 05/14: gnu: emacs-tramp: Update to 2.6.0.4., guix-commits, 2023/05/03
- 12/14: gnu: rrdtool: Update to 1.8.0., guix-commits, 2023/05/03
- 02/14: gnu: emacs-tldr: Update to 0-2.1b09d20., guix-commits, 2023/05/03
- 08/14: gnu: emacs-ivy-rich: Update to 0.1.7., guix-commits, 2023/05/03
- 10/14: gnu: open-adventure: Update to 1.16., guix-commits, 2023/05/03
- 06/14: gnu: emacs-org: Update to 9.6.5., guix-commits, 2023/05/03
- 11/14: gnu: Add emacs-riscv-mode., guix-commits, 2023/05/03
- 13/14: gnu: Add libfyaml., guix-commits, 2023/05/03
- 07/14: gnu: emacs-inspector: Update to 0.29.,
guix-commits <=
- 09/14: gnu: emacs-osm: Update to 0.12., guix-commits, 2023/05/03
- 14/14: gnu: Add sipp., guix-commits, 2023/05/03