mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-compat: Update to 30.0.1.0.
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 30.0.1.0. Change-Id: Ifd6fc1cd167905943e790ac06bd876f3776ef322
This commit is contained in:
parent
1a1d79edf5
commit
db068d3b68
1 changed files with 2 additions and 2 deletions
|
@ -10080,7 +10080,7 @@ (define-public emacs-combobulate
|
|||
(define-public emacs-compat
|
||||
(package
|
||||
(name "emacs-compat")
|
||||
(version "30.0.0.0")
|
||||
(version "30.0.1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -10089,7 +10089,7 @@ (define-public emacs-compat
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rw4j8caiyah7k6pml8bwxd9zs6q7mlqq3lvrm013vimw2js3d12"))))
|
||||
"0nh820w2m139yk2s410hwwzbn2gvaf0qilpq9qd5f9g58swhqw2w"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/compat.html")
|
||||
(synopsis "Emacs Lisp compatibility library")
|
||||
|
|
Loading…
Reference in a new issue