mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05: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 @@ (define-public emacs-telephone-line
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-inspector
|
||||
(let ((commit "daff792202d36638033f83902fc0849130270d39")) ;version bump
|
||||
(let ((commit "4e85b25e3e80c9989fcf7f518606837a54d9fab6")) ;version bump
|
||||
(package
|
||||
(name "emacs-inspector")
|
||||
(version "0.33")
|
||||
(version "0.36")
|
||||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
|
@ -776,7 +776,7 @@ (define-public emacs-inspector
|
|||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(sha256
|
||||
(base32 "1wak0xd51l9iimvd1j9qg07i4bhn5fl9ncw6b6gg3fh7wk9wwpfy"))
|
||||
(base32 "05bb8ph355x8f46wbahfmg3060r13j31zq930cb1xq8i9nx8j8h4"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue