mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-inspector: Update to 0.33.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.33.
This commit is contained in:
parent
2aa63ac25b
commit
361e015c75
1 changed files with 3 additions and 3 deletions
|
@ -742,10 +742,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 "baa486ac2e4faed9a362322c0b2914d6f0c59ede")) ;version bump
|
(let ((commit "daff792202d36638033f83902fc0849130270d39")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-inspector")
|
(name "emacs-inspector")
|
||||||
(version "0.31")
|
(version "0.33")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -753,7 +753,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 "0xdgbs8kmsq1m9h9ykjkdvfn0xqf9gmhckr00lq8dxm0gab7x961"))
|
(base32 "1wak0xd51l9iimvd1j9qg07i4bhn5fl9ncw6b6gg3fh7wk9wwpfy"))
|
||||||
(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