[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: emacs-inspector: Update to 0.20.
From: |
guix-commits |
Subject: |
07/12: gnu: emacs-inspector: Update to 0.20. |
Date: |
Fri, 17 Feb 2023 18:05:07 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 6f975f22b3c81d51a0c7d77be7ca02de8613d1a5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 17 23:35:09 2023 +0100
gnu: emacs-inspector: Update to 0.20.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.20.
---
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 2a93d2b6c6..b4719dc608 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -560,10 +560,10 @@ configuration language which makes it trivial to write
your own themes.")
(license license:gpl3+))))
(define-public emacs-inspector
- (let ((commit "0766ce48dfbf193df73a1fd343a84a9d41ded8ba")) ;version bump
+ (let ((commit "61fd1dc7e321525cca11a5a899c631f745b2cf31")) ;version bump
(package
(name "emacs-inspector")
- (version "0.19")
+ (version "0.20")
(source
(origin
(uri (git-reference
@@ -571,7 +571,7 @@ configuration language which makes it trivial to write your
own themes.")
(commit commit)))
(method git-fetch)
(sha256
- (base32 "0wi8j3r5lz9ww54jdjb6dv4f2rgjv41v8cb5k652skpxllr4cfwy"))
+ (base32 "18r7s36m75d5gnh8hcj0nkq3pr10z2v56jsgqsxz2lsyxl03c5sc"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
- branch master updated (b6edac40a1 -> 6dce27abbb), guix-commits, 2023/02/17
- 01/12: gnu: emacs-compat: Update to 29.1.3.4., guix-commits, 2023/02/17
- 02/12: gnu: emacs-posframe: Update to 1.3.3., guix-commits, 2023/02/17
- 03/12: gnu: emacs-load-relative: Update to 1.3.2., guix-commits, 2023/02/17
- 04/12: gnu: emacs-alarm-clock: Update to 1.0.4., guix-commits, 2023/02/17
- 05/12: gnu: emacs-cape: Update to 0.13., guix-commits, 2023/02/17
- 06/12: gnu: emacs-citar: Update to 1.1., guix-commits, 2023/02/17
- 07/12: gnu: emacs-inspector: Update to 0.20.,
guix-commits <=
- 09/12: gnu: emacs-tempel: Update to 0.7., guix-commits, 2023/02/17
- 08/12: gnu: emacs-osm: Update to 0.10., guix-commits, 2023/02/17
- 11/12: gnu: Add coucal., guix-commits, 2023/02/17
- 10/12: gnu: musescore: Update to 4.0.1., guix-commits, 2023/02/17
- 12/12: gnu: httrack: Update to 3.49.4., guix-commits, 2023/02/17