1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: emacs-inspector: Update to 0c02fd7.

* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to
0c02fd712ff89006227838e18a4685678abd9ba8.

Change-Id: Ia70ff3fd13d3d8c131500420fa8b88f64927b0c6

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I378fe8b27d31cb6465fff9d93e99e59cee207ebe
This commit is contained in:
Rostislav Svoboda 2025-02-19 11:48:58 +01:00 committed by Ludovic Courtès
parent 12896404ea
commit 50cdc37e8e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -893,10 +893,11 @@ configuration language which makes it trivial to write your own themes.")
(license license:gpl3+)))
(define-public emacs-inspector
(let ((commit "c5617289dd40efb45f8160420c29000c7d7489de")) ;version bump
(let ((commit "0c02fd712ff89006227838e18a4685678abd9ba8")
(revision "1"))
(package
(name "emacs-inspector")
(version "0.38")
(version (git-version "0.38" revision commit))
(source
(origin
(uri (git-reference
@ -904,7 +905,7 @@ configuration language which makes it trivial to write your own themes.")
(commit commit)))
(method git-fetch)
(sha256
(base32 "1pbmldzflsx9z0f4lj3k6is4i6p04dizvh9bviz14nnp4sdkyz8r"))
(base32 "0fidzh8zwaxvkxdzj01rznixaqs00kl3w5xi1qylcjl5jvl6vrmg"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments