mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-inspector: Update to 0.38.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.38. Change-Id: Ic12d2199bdc0aec6ef6f1c0f4b7289ce37e39c04
This commit is contained in:
parent
453d1996ea
commit
b24278f16a
1 changed files with 3 additions and 3 deletions
|
@ -864,10 +864,10 @@ configuration language which makes it trivial to write your own themes.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-inspector
|
||||
(let ((commit "4e85b25e3e80c9989fcf7f518606837a54d9fab6")) ;version bump
|
||||
(let ((commit "c5617289dd40efb45f8160420c29000c7d7489de")) ;version bump
|
||||
(package
|
||||
(name "emacs-inspector")
|
||||
(version "0.36")
|
||||
(version "0.38")
|
||||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
|
@ -875,7 +875,7 @@ configuration language which makes it trivial to write your own themes.")
|
|||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(sha256
|
||||
(base32 "05bb8ph355x8f46wbahfmg3060r13j31zq930cb1xq8i9nx8j8h4"))
|
||||
(base32 "1pbmldzflsx9z0f4lj3k6is4i6p04dizvh9bviz14nnp4sdkyz8r"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue