mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: emacs-inspector: Update to 0.29.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.29.
This commit is contained in:
parent
118096daff
commit
d51082e8a5
1 changed files with 3 additions and 3 deletions
|
@ -734,10 +734,10 @@ (define-public emacs-telephone-line
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-inspector
|
||||
(let ((commit "0b2cf2f00a827f06bda717da8250eafec4108fb3")) ;version bump
|
||||
(let ((commit "c328475aa433a39dd08702ff7daf5941a3a3efde")) ;version bump
|
||||
(package
|
||||
(name "emacs-inspector")
|
||||
(version "0.28")
|
||||
(version "0.29")
|
||||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
|
@ -745,7 +745,7 @@ (define-public emacs-inspector
|
|||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(sha256
|
||||
(base32 "1l5dwcacz9y3qrsg8xjycr835vjjfssbzzx2nns91hyssb10hmkx"))
|
||||
(base32 "0c9r8gk3ivrd9lpzjnf254ymmfnh4jnr1dcsbr0zmxrrpfsq3mym"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue