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+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-inspector
|
(define-public emacs-inspector
|
||||||
(let ((commit "4e85b25e3e80c9989fcf7f518606837a54d9fab6")) ;version bump
|
(let ((commit "c5617289dd40efb45f8160420c29000c7d7489de")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-inspector")
|
(name "emacs-inspector")
|
||||||
(version "0.36")
|
(version "0.38")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -875,7 +875,7 @@ configuration language which makes it trivial to write your own themes.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05bb8ph355x8f46wbahfmg3060r13j31zq930cb1xq8i9nx8j8h4"))
|
(base32 "1pbmldzflsx9z0f4lj3k6is4i6p04dizvh9bviz14nnp4sdkyz8r"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue