mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-compat: Update to 28.1.2.2.
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 28.1.2.2.
This commit is contained in:
parent
994b9fa07a
commit
314b436fe6
1 changed files with 2 additions and 2 deletions
|
@ -7381,7 +7381,7 @@ (define-public emacs-tup-mode
|
|||
(define-public emacs-compat
|
||||
(package
|
||||
(name "emacs-compat")
|
||||
(version "28.1.1.2")
|
||||
(version "28.1.2.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7390,7 +7390,7 @@ (define-public emacs-compat
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19abp29rnbkw91q0h2yqm2z7awzzjhci8h6v875g5ahvplrp6337"))))
|
||||
"1c1pr6zzvgfbsclp1fyx911d4qvihz8hw5mp7g0l0df2rlpypdzw"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-nadvice))
|
||||
(home-page "https://git.sr.ht/~pkal/compat")
|
||||
|
|
Loading…
Reference in a new issue