diff options
author | Marius Bakke <marius@gnu.org> | 2022-10-17 14:44:38 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-10-17 14:49:41 +0200 |
commit | b13362107dbb7e351e0d227b903a8ebba9cd494f (patch) | |
tree | 59ed0198ebdd70e5b447b8e303c60c178d66489a /gnu | |
parent | 6ecf88a6a1b726c327147d03b33e09b4331eff95 (diff) | |
download | guix-b13362107dbb7e351e0d227b903a8ebba9cd494f.tar guix-b13362107dbb7e351e0d227b903a8ebba9cd494f.tar.gz |
gnu: emacs-eglot: Update source hash.
Upstream moved the 1.9 tag to a newer commit that updates the version comment
in the source code:
https://github.com/joaotavora/eglot/releases/tag/1.9
The 1.9 update in Guix was done one day prior to the current tag.
* gnu/packages/emacs-xyz.scm (emacs-eglot)[source](sha256): Update.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 511e3c387d..afb71da1bb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16453,7 +16453,7 @@ Emacs.") (file-name (git-file-name name version)) (sha256 (base32 - "1mx2b7ljwvmfl5d0w9m7i1i900198lsdx1cpi8n7wq58h5df88p9")))) + "030837yak24ymjawsfr1hgyfdjy3k30ld1ca0cgnrxhgxc7p8hwv")))) (build-system emacs-build-system) (arguments (list |