me
/
guix
Archived
1
0
Fork 0

gnu: emacs-compat: Update to 29.1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.1.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Feng Shu 2023-01-08 11:32:07 +01:00 committed by Nicolas Goaziou
parent eddfa6f4c2
commit b59a42918a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 13 additions and 16 deletions

View File

@ -7794,24 +7794,21 @@ variables, and so on. The mode also allows you to execute Tup commands.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-compat (define-public emacs-compat
(let ((commit "8a32564247ad3baee571252a2004c3d347962d01")) ;version bump (package
(package (name "emacs-compat")
(name "emacs-compat") (version "29.1.1.0")
(version "29.1.0.1") (source (origin
(source (origin (method url-fetch)
(method git-fetch) (uri (string-append "https://elpa.gnu.org/packages/"
(uri (git-reference "compat-" version ".tar"))
(url "https://git.sr.ht/~pkal/compat")
(commit commit)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wxv63cqrw7pd5vg5hwh48bf326766x6mzz1qw8shhkrycr43fks")))) "0b371rilcbkjmb1fdaib7fnrngkm1q7xdmv15a3xvmpalvfwmrwc"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://git.sr.ht/~pkal/compat") (home-page "https://git.sr.ht/~pkal/compat")
(synopsis "Emacs Lisp Compatibility Library") (synopsis "Emacs Lisp Compatibility Library")
(description (description
"To allow for the usage of Emacs functions and macros that are defined "To allow for the usage of Emacs functions and macros that are defined
in newer versions of Emacs, @code{compat.el} provides definitions that in newer versions of Emacs, @code{compat.el} provides definitions that
are installed ONLY if necessary. These reimplementations of functions are installed ONLY if necessary. These reimplementations of functions
and macros are at least subsets of the actual implementations. Be and macros are at least subsets of the actual implementations. Be