mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-inspector: Update to 0.36.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.36.
This commit is contained in:
parent
4830e3d722
commit
7e9825300c
1 changed files with 3 additions and 3 deletions
|
@ -765,10 +765,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 "daff792202d36638033f83902fc0849130270d39")) ;version bump
|
(let ((commit "4e85b25e3e80c9989fcf7f518606837a54d9fab6")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-inspector")
|
(name "emacs-inspector")
|
||||||
(version "0.33")
|
(version "0.36")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -776,7 +776,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 "1wak0xd51l9iimvd1j9qg07i4bhn5fl9ncw6b6gg3fh7wk9wwpfy"))
|
(base32 "05bb8ph355x8f46wbahfmg3060r13j31zq930cb1xq8i9nx8j8h4"))
|
||||||
(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